aboutsummaryrefslogtreecommitdiffhomepage
path: root/static/mobilepanes.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/mobilepanes.css')
-rw-r--r--static/mobilepanes.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/static/mobilepanes.css b/static/mobilepanes.css
new file mode 100644
index 0000000..abd3b68
--- /dev/null
+++ b/static/mobilepanes.css
@@ -0,0 +1,8 @@
+main.mobilePane {
+ /*overflow-y: hidden;*/
+ display: block;
+
+ #notificationsPanel {
+ box-sizing: border-box;
+ }
+}