diff --git a/chrome/hide_urlbar_first_row.css b/chrome/hide_urlbar_first_row.css index 9ca639b..11b8638 100644 --- a/chrome/hide_urlbar_first_row.css +++ b/chrome/hide_urlbar_first_row.css @@ -6,5 +6,5 @@ See the above repository for updates as well as full license text. */ #urlbar[usertyping] .urlbarView-row:not([type]):first-child, #urlbar[usertyping] .urlbarView-row[type="search"]:first-child, .urlbarView-row[type="tabtosearch"] { - display: none; + display: none !important; }