summaryrefslogtreecommitdiffstats
path: root/mobile/android/themes/core/scrollbar-apz.css
diff options
context:
space:
mode:
Diffstat (limited to 'mobile/android/themes/core/scrollbar-apz.css')
-rw-r--r--mobile/android/themes/core/scrollbar-apz.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/mobile/android/themes/core/scrollbar-apz.css b/mobile/android/themes/core/scrollbar-apz.css
new file mode 100644
index 000000000..652881af5
--- /dev/null
+++ b/mobile/android/themes/core/scrollbar-apz.css
@@ -0,0 +1,10 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
+@namespace url("http://www.w3.org/1999/xhtml");
+@namespace xul url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
+
+html xul|scrollbar {
+ display: block;
+}