Merge pull request #3702 from scossar/horizontal-scrollbar

FIX: prevent horizontal scrollbar from appearing at 1000px screen width
This commit is contained in:
Jeff Atwood 2015-08-27 14:52:43 -07:00
commit a11c284902
1 changed files with 0 additions and 10 deletions

View File

@ -2,16 +2,6 @@
// BEWARE: changing these styles implies they take effect anywhere they are seen // BEWARE: changing these styles implies they take effect anywhere they are seen
// throughout the Discourse application // throughout the Discourse application
@include medium-width {
body {
min-width: $medium-width;
}
.wrap,
.full-width {
width: $medium-width;
}
}
@media all @media all
and (max-width : 570px) { and (max-width : 570px) {
body { body {