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 <[email protected]>
  • Loading branch information
infinitytec authored and rdwebdesign committed Dec 31, 2022
1 parent ae90d93 commit e1ea3df
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 @@ -514,7 +514,7 @@ p.login-box-msg,
}

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

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

0 comments on commit e1ea3df

Please sign in to comment.