use absolute instead of fixed position for urlbar popup
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user