diff --git a/chrome/multi-row_oneliner_combo_patch.css b/chrome/multi-row_oneliner_combo_patch.css index 712e62a..7b146fe 100644 --- a/chrome/multi-row_oneliner_combo_patch.css +++ b/chrome/multi-row_oneliner_combo_patch.css @@ -27,7 +27,11 @@ chrome/urlbar_full_width.css @media screen and (min-width: 1100px){ - #nav-bar{ position: static !important; border-right-width: 0px !important } + .urlbarView{ + position: fixed !important; + top: calc(var(--uc-titlebar-padding,0px) + var(--uc-toolbar-height)) + } + #nav-bar{ border-right-width: 0px !important } #TabsToolbar{ margin-top: calc(0px - var(--uc-toolbar-height,0px)); margin-left: 0px;