Fix menu z-index on mobile on watch page
authorChocobozzz <me@florianbigard.com>
Thu, 13 Feb 2020 09:28:42 +0000 (10:28 +0100)
committerChocobozzz <me@florianbigard.com>
Thu, 13 Feb 2020 09:28:42 +0000 (10:28 +0100)
client/src/app/menu/menu.component.scss

index 2963d4d1918333392987317295fdde9ab6fc1750..dd718a091879b5af317035b3e72064dc4b48c1c0 100644 (file)
@@ -6,7 +6,7 @@
   height: calc(100vh - #{$header-height});
   padding: 0;
   width: $menu-width;
-  z-index: 10000;
+  z-index: 11000;
 }
 
 menu {