From 9d7e1a2cf79d09e3cceafc7dd314542b907e378a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Thu, 5 May 2016 10:44:01 +0200 Subject: Fix scrollbar issue --- css/mail.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/mail.css b/css/mail.css index d2e19f833..f6aa0b746 100755 --- a/css/mail.css +++ b/css/mail.css @@ -129,7 +129,7 @@ } #app-navigation > ul { - padding-bottom: 80px; /* scroll hack because of #settings fixed */ + height: calc(100% - 65px); } #app-navigation ul { overflow-x: hidden; -- cgit v1.2.3