Fixed URL bar being outisde of the window in compact mode while typing (closes https://github.com/zen-browser/desktop/issues/3913)

This commit is contained in:
mr. M
2024-12-21 23:40:43 +01:00
parent 3f5ee4c6fb
commit c33deb446e

View File

@@ -210,6 +210,10 @@
& #urlbar {
transform: translateY(0);
&[open] {
top: 0 !important;
}
}
}
}