diff --git a/web/app/static/css/nopaque.css b/web/app/static/css/nopaque.css
index 1c65e3717a80c9678b9b1aa7e8d2f5b4bb6254ff..a3130ef8a5145b41e6f8e3255249e04c90a0464e 100644
--- a/web/app/static/css/nopaque.css
+++ b/web/app/static/css/nopaque.css
@@ -1,7 +1,12 @@
+/* Something to hack the tabbar */
 .tab .material-icons {
   line-height: inherit;
 }
 
+main {
+  margin-top: 48px;
+}
+
 /* add custom bold class */
 .bold {
   font-weight: bold;