summaryrefslogtreecommitdiff
path: root/src/layouts/AppLayout.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/layouts/AppLayout.vue')
-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;
}