Skip to content

Commit

Permalink
Fix: Autohide - Navbar erroneous pointer events #1028
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Feb 1, 2025
1 parent ad7babf commit 7f6a63f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/autohide/_navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
&, #urlbar {
opacity: 1;
}
#urlbar {
// #1028
pointer-events: auto;
}
}
// #1028
#navigator-toolbox:not(:hover, :focus-within) #nav-bar:not([customizing]) #urlbar {
pointer-events: none;
}
}

Expand Down

0 comments on commit 7f6a63f

Please # to comment.