diff --git a/chrome/toolbars_below_content.css b/chrome/toolbars_below_content.css index 3a3e057..3f197eb 100644 --- a/chrome/toolbars_below_content.css +++ b/chrome/toolbars_below_content.css @@ -36,7 +36,7 @@ See the above repository for updates as well as full license text. */ #urlbar[breakout][breakout-extend]{ display: flex !important; flex-direction: column-reverse; - bottom: -2px !important; /* Change to 3-5 px if using compact_urlbar_megabar.css depending on toolbar density */ + bottom: 0px !important; /* Change to 3-5 px if using compact_urlbar_megabar.css depending on toolbar density */ top: auto !important; }