aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2020-08-03 23:43:23 +0200
committerRigel Kent <sendmemail@rigelk.eu>2020-08-03 23:43:23 +0200
commit9a42363291c9f524d9603a940f929929599271c5 (patch)
tree028b8f6cf02b5a1d71157d7cc12f423d4bf809e7 /client/src/sass
parent7dba27a897526499518ddabd071634e62b913106 (diff)
downloadPeerTube-9a42363291c9f524d9603a940f929929599271c5.tar.gz
PeerTube-9a42363291c9f524d9603a940f929929599271c5.tar.zst
PeerTube-9a42363291c9f524d9603a940f929929599271c5.zip
correct column toggle z-index for user list
Diffstat (limited to 'client/src/sass')
-rw-r--r--client/src/sass/bootstrap.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss
index 8b7eab366..2fce70c0d 100644
--- a/client/src/sass/bootstrap.scss
+++ b/client/src/sass/bootstrap.scss
@@ -27,7 +27,7 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/';
27} 27}
28 28
29/* rules for dropdowns excepts when in button group, to avoid impacting the dropdown-toggle */ 29/* rules for dropdowns excepts when in button group, to avoid impacting the dropdown-toggle */
30.dropdown:not(.btn-group):not(.dropdown-root):not(.action-dropdown):not(.input-group-prepend) { 30.dropdown:not(.btn-group):not(.dropdown-root):not(.action-dropdown):not(.input-group-prepend):not(.column-toggle) {
31 z-index: z(dropdown) !important; 31 z-index: z(dropdown) !important;
32 32
33 &.list-overflow-menu, 33 &.list-overflow-menu,