From feae88dbf69680f76133a4039aeeeda478e3623b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Tue, 15 Dec 2015 17:04:47 +0100 Subject: [PATCH] Yes it was the stupid insert thingy --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 52b8dd62..779b770e 100755 --- a/static/css/style.css +++ b/static/css/style.css @@ -911,7 +911,7 @@ nav ul li:hover, nav ul li.active { } .tabs_height{ - height:91% !important; + height:calc(100vh - 48px - 64px) !important; overflow:auto; }