turn of gaps left by forced scrollbars

This commit is contained in:
Andy Miller
2015-09-02 18:18:27 -06:00
parent 34a2f13d61
commit b3328a0205
3 changed files with 3 additions and 3 deletions

View File

@@ -1363,7 +1363,7 @@ tr {
padding: 10px; } padding: 10px; }
#latest .page-title, #latest .page-route { #latest .page-title, #latest .page-route {
overflow: scroll; } overflow: auto; }
#latest .last-modified { #latest .last-modified {
padding-left: 10px; } padding-left: 10px; }

File diff suppressed because one or more lines are too long

View File

@@ -531,7 +531,7 @@ $update-height: 3rem;
#latest { #latest {
.page-title, .page-route { .page-title, .page-route {
overflow: scroll; overflow: auto;
} }
.last-modified { .last-modified {