Yarik
/
vitex
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
aafad85d212fc318e58276d059278d207eedf9c4
Authored by
Yarik
2016-11-07 19:45:29 +0200
1 parent
167af581
Scroll fix
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
backend/web/css/site.css
Inline
Side-by-side
backend/web/css/site.css
Wrap text
Show/Hide comments
View file @
aafad85
...
...
@@ -212,4 +212,10 @@ a.desc:after {
212
212
}
213
213
.detail-view td img {
214
214
max-width: 100%;
215
+}
216
+
217
+/* Scroll fix */
218
+body.sidebar-mini {
219
+ min-width: 720px;
220
+ overflow-x: visible;
215
221
}
216
222
\ No newline at end of file
...
...