Restrict URL bar positioning in compact mode to avoid conflicts with floating state

This commit is contained in:
mr. M
2024-12-23 16:10:21 +01:00
parent 2df51f8b73
commit 0f1101bf06

View File

@@ -211,7 +211,7 @@
& #urlbar {
transform: translateY(0);
&[open] {
&[open]:not([zen-floating-urlbar='true']) {
top: 0 !important;
}
}