mirror of
https://github.com/pi-hole/web.git
synced 2026-02-15 07:25:39 +00:00
Fix z-index of .dropdown-toggle
A recent fix seemed to improve this but by going a bit further it seems to resolve the problem where the dropdown-toggle buttons would appear over alert messages. Signed-off-by: infinitytec <infinitytec@users.noreply.github.com>
This commit is contained in:
committed by
RD WebDesign
parent
ae90d93736
commit
e1ea3df2cb
@@ -514,7 +514,7 @@ p.login-box-msg,
|
||||
}
|
||||
|
||||
.dropdown-toggle {
|
||||
z-index: 1050;
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
.main-header li.user-header {
|
||||
|
||||
Reference in New Issue
Block a user