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;