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