aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-11-16 14:23:09 +0100
committerChocobozzz <me@florianbigard.com>2020-11-16 14:23:09 +0100
commit9be63f123e23d9622b5250511cf8f21e463c3ee5 (patch)
treee07ad95392d1888c8fc59068eb285f53d660f646 /client/src/sass
parent19149d45b8f68569535f7188ef25e09e3d62c8b4 (diff)
downloadPeerTube-9be63f123e23d9622b5250511cf8f21e463c3ee5.tar.gz
PeerTube-9be63f123e23d9622b5250511cf8f21e463c3ee5.tar.zst
PeerTube-9be63f123e23d9622b5250511cf8f21e463c3ee5.zip
Dropdown should be on top of everything
Diffstat (limited to 'client/src/sass')
-rw-r--r--client/src/sass/include/_variables.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/sass/include/_variables.scss b/client/src/sass/include/_variables.scss
index 7fe6efe32..b1e0431bb 100644
--- a/client/src/sass/include/_variables.scss
+++ b/client/src/sass/include/_variables.scss
@@ -127,7 +127,6 @@ $variables: (
127$zindex: ( 127$zindex: (
128 miniature : 10, 128 miniature : 10,
129 privacymsg : 20, 129 privacymsg : 20,
130 dropdown : 12000,
131 sub-menu : 12500, 130 sub-menu : 12500,
132 menu : 12600, 131 menu : 12600,
133 search-typeahead: 12650, 132 search-typeahead: 12650,
@@ -136,6 +135,7 @@ $zindex: (
136 tooltip : 14000, 135 tooltip : 14000,
137 loadbar : 15000, 136 loadbar : 15000,
138 modal : 16000, 137 modal : 16000,
138 dropdown : 17000,
139 help-popover : 17000, 139 help-popover : 17000,
140 notification : 18000, 140 notification : 18000,
141 hotkeys : 19000 141 hotkeys : 19000