aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/bootstrap.scss
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-11-20 14:19:23 +0100
committerChocobozzz <me@florianbigard.com>2020-11-20 14:19:23 +0100
commit8b57efbf1ba121cfd2e4ce326bf87ef887b2e80d (patch)
tree53e7ffd6bec193471c34ae85b8d4d7bbe155e5fd /client/src/sass/bootstrap.scss
parent939917705fa3fa93ab7036b5e7e9aaf5f1d0023e (diff)
downloadPeerTube-8b57efbf1ba121cfd2e4ce326bf87ef887b2e80d.tar.gz
PeerTube-8b57efbf1ba121cfd2e4ce326bf87ef887b2e80d.tar.zst
PeerTube-8b57efbf1ba121cfd2e4ce326bf87ef887b2e80d.zip
Fix dropdowns z-index
Diffstat (limited to 'client/src/sass/bootstrap.scss')
-rw-r--r--client/src/sass/bootstrap.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss
index 7cb149f5f..b90bffbfc 100644
--- a/client/src/sass/bootstrap.scss
+++ b/client/src/sass/bootstrap.scss
@@ -44,7 +44,6 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/';
44 z-index: inherit !important; 44 z-index: inherit !important;
45} 45}
46 46
47
48.dropdown-menu { 47.dropdown-menu {
49 z-index: z(dropdown) + 1 !important; 48 z-index: z(dropdown) + 1 !important;
50 49