Fix watch page responsive
[oweals/peertube.git] / client / src / app / menu / menu.component.scss
index c725580d144abfafc98bc5446d31a9dbed4a3c26..a699da12fc16e5cac374125142e0e37197d4e248 100644 (file)
@@ -6,6 +6,7 @@
   height: calc(100vh - #{$header-height});
   padding: 0;
   width: $menu-width;
+  z-index: 10000;
 }
 
 menu {
@@ -16,7 +17,6 @@ menu {
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
-  z-index: 1000;
   color: $menu-color;
   display: flex;
   flex-direction: column;
@@ -230,7 +230,6 @@ menu {
 @media screen and (max-width: 400px) {
   .menu-wrapper {
     width: 100% !important;
-    z-index: 10000;
   }
 
   .top-menu {