You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
firefox-csshacks/chrome/urlbar_and_popup_equal_widt...

8 lines
432 B
CSS

5 years ago
/* Constrains urlbar popup to urlbar width */
5 years ago
/* Firefox 70+ */
/* This functionality is now built in to Firefox, set browser.urlbar.megabar to true instead of using this stylesheet */
5 years ago
#urlbar-container{ transform: translateY(0); position: relative; z-index: 10 }
#nav-bar-customization-target{ overflow: visible !important }
#urlbar-results{ max-width: 100% !important; top: 100% !important; }
.urlbarView-row{ padding: 6px 0px; }