From ad8409f7833b7f07745ebbac692fef9198b36859 Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Wed, 4 Mar 2020 16:56:34 +0100 Subject: [PATCH] Fix a visual bug with the sidebar --- client/src/components/modules/ModuleNavigation.vue | 2 +- client/src/components/profile/ProfileSidebar.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/components/modules/ModuleNavigation.vue b/client/src/components/modules/ModuleNavigation.vue index 6c6cbbc4..b3758e3a 100644 --- a/client/src/components/modules/ModuleNavigation.vue +++ b/client/src/components/modules/ModuleNavigation.vue @@ -164,7 +164,7 @@ display: none; width: 100%; box-sizing: border-box; - z-index: 90; + z-index: 11; background-color: $color-white; border-top: 1px solid $color-silver; diff --git a/client/src/components/profile/ProfileSidebar.vue b/client/src/components/profile/ProfileSidebar.vue index f7095105..c981ad80 100644 --- a/client/src/components/profile/ProfileSidebar.vue +++ b/client/src/components/profile/ProfileSidebar.vue @@ -85,7 +85,7 @@ top: 0; bottom: 0; background-color: $color-white; - z-index: 10; + z-index: 15; box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.12); width: 100%;