summaryrefslogtreecommitdiff
path: root/src/layouts
diff options
context:
space:
mode:
authorMaksim Zakharov <m.zakharov@IBS.RU>2022-04-28 17:56:10 +0300
committerMaksim Zakharov <m.zakharov@IBS.RU>2022-04-29 11:54:25 +0300
commit8086773d610f64ab71a11bd13cc896111b710fc8 (patch)
tree1c1b9c048fb6236316285ca2fa0224393686e33f /src/layouts
parent6b73ccbfeb4dd2bab907e6226e0655de99a56e13 (diff)
downloadwebui-vue-8086773d610f64ab71a11bd13cc896111b710fc8.tar.xz
restyled navigation pannel
Diffstat (limited to 'src/layouts')
-rw-r--r--src/layouts/AppLayout.vue4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/layouts/AppLayout.vue b/src/layouts/AppLayout.vue
index f53601c9..3ecc9474 100644
--- a/src/layouts/AppLayout.vue
+++ b/src/layouts/AppLayout.vue
@@ -89,10 +89,12 @@ export default {
grid-area: subheader;
position: sticky;
top: 56px;
- z-index: $zindex-fixed + 1;
+ z-index: $zindex-fixed - 1;
}
.app-navigation {
+ overflow: auto;
+ scrollbar-gutter: auto;
grid-area: navigation;
}