From aa46081c9478e7f13dd9e96bb120083287858e60 Mon Sep 17 00:00:00 2001
From: Christopher Pietsch <cpietsch@gmail.com>
Date: Sat, 22 Sep 2018 21:31:45 -0400
Subject: [PATCH] fixed mobile infobar z-index and width

---
 css/infobar.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/css/infobar.css b/css/infobar.css
index dcd0015..7a9932a 100644
--- a/css/infobar.css
+++ b/css/infobar.css
@@ -16,7 +16,7 @@
     line-height: 1.3em;
     /* overflow: auto; */
     /*direction: rtl;*/
-    z-index: 400;
+    z-index: 1000;
 }
 
 .menu {
@@ -182,7 +182,7 @@
 .infobar .inner > div {
     /* height: 100%; */
     position: relative;
-    width: 360px;
+    /*width: 360px;*/
     float: left;
     padding: 60px;
 }
-- 
GitLab