From a8712f9aba28bdc47d2106b6bf9c099d3abe6999 Mon Sep 17 00:00:00 2001 From: "Mr. M" Date: Wed, 1 Oct 2025 15:48:48 +0200 Subject: [PATCH] fix: Fixed urlbar being stuck on the screen, b=closes #10650, c=common --- src/zen/common/styles/zen-omnibox.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/zen/common/styles/zen-omnibox.css b/src/zen/common/styles/zen-omnibox.css index 421641b4f..377688fc0 100644 --- a/src/zen/common/styles/zen-omnibox.css +++ b/src/zen/common/styles/zen-omnibox.css @@ -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 {