This commit is contained in:
MrOtherGuy
2019-08-11 15:34:25 +03:00
parent 878f6d04db
commit 1172bec7b0
2 changed files with 72 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
/* Constrains urlbar popup to urlbar width */
/* Firefox 70+ only */
#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; }