use absolute instead of fixed position for urlbar popup

This commit is contained in:
MrOtherGuy 2020-06-03 06:02:43 +03:00
parent f810711163
commit 9a477fee93

View file

@ -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;