From 5e689d9f05d3b9628359ba476cade65fe8c156a1 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Mon, 17 May 2021 11:11:23 +0300 Subject: [PATCH] add xul namespace to scrollbars agent sheet --- chrome/overlay_scrollbars.as.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chrome/overlay_scrollbars.as.css b/chrome/overlay_scrollbars.as.css index 5c81e23..177274f 100644 --- a/chrome/overlay_scrollbars.as.css +++ b/chrome/overlay_scrollbars.as.css @@ -4,6 +4,8 @@ See the above repository for updates as well as full license text. */ /* This is supposed to be loaded as a agent sheet via autoconfig */ /* It will not work otherwise and might do unexpected things */ +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); + scrollbar { -moz-appearance: none!important; position: relative!important;