Skip to content

Commit

Permalink
Fix bookmarks bar not appearing in Firefox 133
Browse files Browse the repository at this point in the history
  • Loading branch information
zvuc committed Dec 1, 2024
1 parent 13d3b93 commit 20d1de4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sliding-bookmarks-bar.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@
z-index: 4 !important;
}

#navigator-toolbox {
z-index: 3 !important;
}

#navigator-toolbox:hover > #PersonalToolbar:not([customizing]) {
position: absolute !important;
transform: translateY(100%) scaleY(1);
Expand Down

0 comments on commit 20d1de4

Please sign in to comment.