aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/py/mock/html/_static/mobile.css
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/py/mock/html/_static/mobile.css')
-rw-r--r--third_party/py/mock/html/_static/mobile.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/third_party/py/mock/html/_static/mobile.css b/third_party/py/mock/html/_static/mobile.css
new file mode 100644
index 0000000000..0cfe799b22
--- /dev/null
+++ b/third_party/py/mock/html/_static/mobile.css
@@ -0,0 +1,17 @@
+/*
+ * CSS adjustments (overrides) for mobile browsers that cannot handle
+ * fix-positioned div's very well.
+ * This makes long pages scrollable on mobile browsers.
+ */
+
+#breadcrumbs {
+ display: none !important;
+}
+
+.document {
+ bottom: inherit !important;
+}
+
+#sphinxsidebar {
+ bottom: inherit !important;
+}