Bug 1578715 - Increase urlbarView's z-index. r=adw

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Dão Gottwald 2019-09-13 17:15:06 +00:00
parent 0c10989c46
commit 1b33a49317

View File

@ -62,7 +62,7 @@
.urlbarView:not(.megabar) {
position: fixed;
z-index: 1;
z-index: 3;
left: 0;
right: 0;
background: var(--autocomplete-popup-background);