From aafad85d212fc318e58276d059278d207eedf9c4 Mon Sep 17 00:00:00 2001 From: yarik Date: Mon, 7 Nov 2016 19:45:29 +0200 Subject: [PATCH] Scroll fix --- backend/web/css/site.css | 6 ++++++ 1 file changed, 6 insertions(+), 0 deletions(-) diff --git a/backend/web/css/site.css b/backend/web/css/site.css index 7ddcd31..37b692d 100755 --- a/backend/web/css/site.css +++ b/backend/web/css/site.css @@ -212,4 +212,10 @@ a.desc:after { } .detail-view td img { max-width: 100%; +} + +/* Scroll fix */ +body.sidebar-mini { + min-width: 720px; + overflow-x: visible; } \ No newline at end of file -- libgit2 0.21.4