From 9a477fee93bd53a461b7c5c1cddf57d5b7e109b2 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Wed, 3 Jun 2020 06:02:43 +0300 Subject: [PATCH] use absolute instead of fixed position for urlbar popup --- chrome/urlbar_full_width.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/urlbar_full_width.css b/chrome/urlbar_full_width.css index b0e5b87..25a0010 100644 --- a/chrome/urlbar_full_width.css +++ b/chrome/urlbar_full_width.css @@ -19,7 +19,7 @@ See the above repository for updates as well as full license text. */ #urlbar[focused]{ box-shadow: inset 0 0 0 1px var(--lwt-toolbar-field-border-focus, highlight); } .urlbarView{ - position: fixed !important; + position: absolute !important; margin: 0 !important; left: 0 !important; width: 100vw !important;