aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/bootstrap.scss
diff options
context:
space:
mode:
authorKimsible <kimsible@users.noreply.github.com>2021-07-21 13:09:06 +0200
committerChocobozzz <chocobozzz@cpy.re>2021-07-21 15:33:59 +0200
commit81d5be91adf4d8274b6c2b19945ac6267b94c6b2 (patch)
treebc1aef8900e01a6d523ace98be011c09cd680509 /client/src/sass/bootstrap.scss
parent09f7837d40a598e4f6990a91ca9f201cff01a5f9 (diff)
downloadPeerTube-81d5be91adf4d8274b6c2b19945ac6267b94c6b2.tar.gz
PeerTube-81d5be91adf4d8274b6c2b19945ac6267b94c6b2.tar.zst
PeerTube-81d5be91adf4d8274b6c2b19945ac6267b94c6b2.zip
Define a z-index for dropup
Diffstat (limited to 'client/src/sass/bootstrap.scss')
-rw-r--r--client/src/sass/bootstrap.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss
index dbe206d05..586f558fe 100644
--- a/client/src/sass/bootstrap.scss
+++ b/client/src/sass/bootstrap.scss
@@ -59,7 +59,8 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/';
59} 59}
60 60
61/* rules for dropdowns excepts when in button group, to avoid impacting the dropdown-toggle */ 61/* rules for dropdowns excepts when in button group, to avoid impacting the dropdown-toggle */
62.dropdown { 62.dropdown,
63.dropup {
63 z-index: z(dropdown) !important; 64 z-index: z(dropdown) !important;
64} 65}
65 66