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%;