From 9650df89424f2a88ca6880e2278c89d96a0970ce Mon Sep 17 00:00:00 2001 From: mcpeace-maw Date: Tue, 31 Jan 2017 16:33:32 +0200 Subject: [PATCH] Update admin_style.css --- e107_themes/bootstrap3/admin_style.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/e107_themes/bootstrap3/admin_style.css b/e107_themes/bootstrap3/admin_style.css index 4064d0f68..b1e97e77b 100644 --- a/e107_themes/bootstrap3/admin_style.css +++ b/e107_themes/bootstrap3/admin_style.css @@ -1,10 +1,8 @@ -body { } - -@media (min-width: 1000px){ - body { padding-top: 75px; } +@media (max-width: 992px) { + body { height: 100vh; overflow-y: auto!important; } } button, button:active { outline: 0; } @@ -1385,4 +1383,4 @@ ul.navbar-nav.navbar-left > li > a > i { display:none; } } - } \ No newline at end of file + }