We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 813b94b commit cdafc62Copy full SHA for cdafc62
frontend/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "nginx-ui-frontend-next",
3
"private": true,
4
- "version": "1.6.5",
+ "version": "1.6.6",
5
"type": "commonjs",
6
"scripts": {
7
"dev": "vite",
frontend/src/layouts/SideBar.vue
@@ -102,6 +102,11 @@ const visible = computed(() => {
102
</template>
103
104
<style lang="less">
105
+.sidebar {
106
+ position: sticky;
107
+ top: 0;
108
+}
109
+
110
.ant-layout-sider-collapsed .logo {
111
overflow: hidden;
112
}
0 commit comments