Skip to content

Commit

Permalink
Fix dropdown toggle z-index in LCARS theme
Browse files Browse the repository at this point in the history
Signed-off-by: egad13 <egad.coding@gmail.com>
  • Loading branch information
egad13 committed Oct 17, 2022
1 parent 42c6039 commit 27cacc6
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: 2000;
z-index: 1050;
}

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

0 comments on commit 27cacc6

Please sign in to comment.