Skip to content

Commit

Permalink
Fix: Autohide - Urlbar over bookmarkbar
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Oct 27, 2022
1 parent b456d5c commit 1cbcb9a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css/leptonChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -7853,6 +7853,10 @@
z-index: 3;
}
}
#PersonalToolbar {
z-index: -1;
}

#sidebar-box:is(:hover, :focus-within) {
position: relative;
z-index: 2 !important;
Expand Down
4 changes: 4 additions & 0 deletions src/autohide/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@
}
}

#PersonalToolbar {
z-index: -1;
}

#sidebar-box:is(:hover, :focus-within) {
position: relative;
z-index: 2 !important;
Expand Down

0 comments on commit 1cbcb9a

Please sign in to comment.