Skip to content

Commit

Permalink
Fix z-index of .dropdown-toggle
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
infinitytec authored Dec 31, 2022
1 parent ad2d438 commit 7387e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style/themes/lcars.css
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ p.login-box-msg,
}

.dropdown-toggle {
z-index: 1050;
z-index: 1000;
}

.main-header li.user-header {
Expand Down

0 comments on commit 7387e64

Please sign in to comment.