diff --git a/themes/fiptheme/assets/sass/navigation.scss b/themes/fiptheme/assets/sass/navigation.scss index b421d37..ed7335f 100644 --- a/themes/fiptheme/assets/sass/navigation.scss +++ b/themes/fiptheme/assets/sass/navigation.scss @@ -161,7 +161,7 @@ right: 0; width: 60%; height: 100%; - z-index: 2; + z-index: 3; background-color: white; padding: 0 1rem; overflow-y: scroll; diff --git a/themes/fiptheme/assets/sass/stage.scss b/themes/fiptheme/assets/sass/stage.scss index d5c02ca..6bd1eb8 100644 --- a/themes/fiptheme/assets/sass/stage.scss +++ b/themes/fiptheme/assets/sass/stage.scss @@ -22,7 +22,7 @@ left: 50%; transform: translate(-50%); display: flex; - z-index: 3; + z-index: 2; @include media-breakpoint-up(md) { width: 60%;