diff --git a/frontend/src/components/pages/StandardView/style.scss b/frontend/src/components/pages/StandardView/style.scss
index 79caf07f9b275a5341f9e9a6263516e3ee8e24ff..89bbb12f7ce721cd38ed948ece8ecf1ca488071c 100644
--- a/frontend/src/components/pages/StandardView/style.scss
+++ b/frontend/src/components/pages/StandardView/style.scss
@@ -13,10 +13,9 @@
   right: 0;
   width: 100vw;
   height: 100vh;
-  background-color: rgba(0, 0, 0, 0.5);
-  z-index: 1;
-  display: none;
-
+  z-index: 500;
+	display: block;
+	visibility:hidden;
   -webkit-transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
@@ -35,6 +34,7 @@
 
 @media (max-width: 992px) {
   #wrapper.toggled #sidenav-overlay {
-    display: block;
+		visibility:visible;
+		background-color: rgba(0, 0, 0, 0.3);
   }
 }