From 00d1b67931ad9480b562427ec7511790a9f28dc9 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sun, 11 Aug 2019 17:30:19 +0300 Subject: [PATCH] formatting --- chrome/urlbar_and_popup_equal_width.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/urlbar_and_popup_equal_width.css b/chrome/urlbar_and_popup_equal_width.css index cb77fee..ecb4bee 100644 --- a/chrome/urlbar_and_popup_equal_width.css +++ b/chrome/urlbar_and_popup_equal_width.css @@ -1,5 +1,5 @@ /* Constrains urlbar popup to urlbar width */ -/* Firefox 70+ only */ +/* Firefox 70+ */ #urlbar-container{ transform: translateY(0); position: relative; z-index: 10 } #nav-bar-customization-target{ overflow: visible !important }