From 15e7908a0cfea98299626017e65ce03ae3937eca Mon Sep 17 00:00:00 2001
From: Jorran de Wit <jorrandewit@outlook.com>
Date: Wed, 5 Apr 2017 07:27:31 +0200
Subject: [PATCH] Fix alignment bug

---
 scipost/static/scipost/assets/css/_nav.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scipost/static/scipost/assets/css/_nav.scss b/scipost/static/scipost/assets/css/_nav.scss
index acd697e2e..d24c006ea 100644
--- a/scipost/static/scipost/assets/css/_nav.scss
+++ b/scipost/static/scipost/assets/css/_nav.scss
@@ -11,7 +11,7 @@
     text-align: center;
     white-space: nowrap;
     overflow-x: auto;
-    overflow-y: auto;
+    overflow-y: hidden;
     -webkit-overflow-scrolling: touch;
 
     .tab-nav-inner {
-- 
GitLab