From 6a79b38b21efaa2f70e24c60bd7bcde87b2d908b Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sat, 28 Sep 2019 12:56:13 +0300 Subject: [PATCH] new file --- chrome/scrollable_urlbar_popup.css | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 chrome/scrollable_urlbar_popup.css diff --git a/chrome/scrollable_urlbar_popup.css b/chrome/scrollable_urlbar_popup.css new file mode 100644 index 0000000..db7bdbe --- /dev/null +++ b/chrome/scrollable_urlbar_popup.css @@ -0,0 +1,10 @@ +/* Makes the urlbar dropdown scrollable */ +/* Modify the pref browser.urlbar.maxRichResults to set how many results should be shown */ + +/* This must NOT be loaded in xul namespace */ +/* Either load this file using @import or otherwise make sure that the namespace is correctly set */ + +@namespace html url("http://www.w3.org/1999/xhtml"); + +html|div#urlbarView-results, +html|div#urlbar-results{ max-height: 400px; overflow-y: auto; scrollbar-color: currentColor transparent; scrollbar-width: thin } \ No newline at end of file