Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Framasoft
PeerTube
PeerTube
Commits
73114c10
Verified
Commit
73114c10
authored
Jun 20, 2022
by
Chocobozzz
Browse files
Fix dropdown z-index
parent
d3401260
Changes
2
Hide whitespace changes
Inline
Side-by-side
client/src/sass/include/_variables.scss
View file @
73114c10
...
...
@@ -175,10 +175,10 @@ $zindex: (
popover
:
13000
,
tooltip
:
14000
,
loadbar
:
15000
,
dropdown
:
17000
,
help-popover
:
17000
,
privacymsg
:
17500
,
header
:
17500
,
help-popover
:
17600
,
dropdown
:
17600
,
modal
:
19000
,
hotkeys
:
19000
,
notification
:
20000
...
...
client/src/sass/z-index.scss
View file @
73114c10
...
...
@@ -13,9 +13,9 @@ ngx-loading-bar {
z-index
:
z
(
header
)
+
1
!
important
;
}
/
* rules for dropdowns excepts when in button group, to avoid impacting the dropdown-toggle */
.dropdown
,
.dropup
{
/
/ Dropdown added to body, override default z-index
body
>
.dropdown
,
body
>
.dropup
{
z-index
:
z
(
dropdown
)
!
important
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment