Commit aafad85d212fc318e58276d059278d207eedf9c4

Authored by Yarik
1 parent 167af581

Scroll fix

Showing 1 changed file with 6 additions and 0 deletions   Show diff stats
backend/web/css/site.css
@@ -212,4 +212,10 @@ a.desc:after { @@ -212,4 +212,10 @@ a.desc:after {
212 } 212 }
213 .detail-view td img { 213 .detail-view td img {
214 max-width: 100%; 214 max-width: 100%;
  215 +}
  216 +
  217 +/* Scroll fix */
  218 +body.sidebar-mini {
  219 + min-width: 720px;
  220 + overflow-x: visible;
215 } 221 }
216 \ No newline at end of file 222 \ No newline at end of file