mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-10 03:40:14 +00:00
7 lines
316 B
CSS
7 lines
316 B
CSS
|
/* 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; }
|