]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/bootstrap.scss
Fix dropdown menu overflow
[github/Chocobozzz/PeerTube.git] / client / src / sass / bootstrap.scss
index cb266cc68a3f80ad00ffd3a70967f12863b43c5c..7985472ed0cef7e20eb1305605d4e23b2daf77a5 100644 (file)
@@ -37,6 +37,8 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/';
 }
 
 .dropdown-menu {
+  z-index: z(dropdown) + 1 !important;
+
   border-radius: 3px;
   box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
   font-size: 15px;