fix: Fixed urlbar being stuck on the screen, b=closes #10650, c=common

This commit is contained in:
Mr. M
2025-10-01 15:48:48 +02:00
parent a7f853e0f0
commit a8712f9aba

View File

@@ -155,8 +155,11 @@
order: 2 !important;
}
#urlbar[breakout-extend='true'] {
#urlbar[breakout] {
position: fixed;
}
#urlbar[breakout-extend='true'] {
z-index: 2;
& .urlbar-input-container {