Bug 1578715 - Increase urlbarView's z-index. r=adw a=lizzard
This is the same value we now use for the megabar: https://searchfox.org/mozilla-central/rev/878bbf3cb8897a208454df27535f3522ab482cf2/browser/themes/shared/urlbar-searchbar.inc.css#118
Differential Revision:
https://phabricator.services.mozilla.com/D45823
--- a/browser/themes/shared/urlbar-autocomplete.inc.css
+++ b/browser/themes/shared/urlbar-autocomplete.inc.css
@@ -35,17 +35,17 @@
}
.urlbarView.megabar {
margin-inline: @urlbarViewHorizontalMargin@;
}
.urlbarView:not(.megabar) {
position: fixed;
- z-index: 1;
+ z-index: 3;
left: 0;
right: 0;
background: var(--autocomplete-popup-background);
color: var(--autocomplete-popup-color);
border-block: 1px solid var(--chrome-content-separator-color);
}
#urlbar-contextual-tip {