Skip to content

Commit

Permalink
Attempt to fix stuck bookmarks bar in Firefox 129
Browse files Browse the repository at this point in the history
  • Loading branch information
zvuc committed Aug 22, 2024
1 parent c83b5bf commit 13d3b93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sliding-bookmarks-bar.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
transform: translateY(100%) scaleY(1);
box-shadow: 0 1px 0 0 light-dark(rgba(0,0,0,0.2),rgba(0,0,0,0.9));
}
#navigator-toolbox:has([open="true"]) > #PersonalToolbar:not([customizing]) {
#navigator-toolbox:has(toolbarbutton[open="true"]) > #PersonalToolbar:not([customizing]) {
position: absolute !important;
transform: translateY(100%) scaleY(1);
}
Expand All @@ -59,7 +59,7 @@
transform: translateY(0%) scaleY(1);
opacity: 1;
}
#navigator-toolbox:has([open="true"]) > #PersonalToolbar:not([customizing]) #personal-bookmarks {
#navigator-toolbox:has(toolbarbutton[open="true"]) > #PersonalToolbar:not([customizing]) #personal-bookmarks {
transform: translateY(0%) scaleY(1);
opacity: 1;
}
Expand Down

0 comments on commit 13d3b93

Please sign in to comment.