use absolute instead of fixed position for urlbar popup
This commit is contained in:
parent
f810711163
commit
9a477fee93
1 changed files with 1 additions and 1 deletions
|
@ -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); }
|
#urlbar[focused]{ box-shadow: inset 0 0 0 1px var(--lwt-toolbar-field-border-focus, highlight); }
|
||||||
|
|
||||||
.urlbarView{
|
.urlbarView{
|
||||||
position: fixed !important;
|
position: absolute !important;
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
left: 0 !important;
|
left: 0 !important;
|
||||||
width: 100vw !important;
|
width: 100vw !important;
|
||||||
|
|
Loading…
Reference in a new issue