Fix: Autohide - Navbar erroneous pointer events #1028

This commit is contained in:
alstjr7375 2025-02-01 19:04:52 +09:00
parent ad7babfaa9
commit 7f6a63fb93

View file

@ -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;
}
}