mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -05:00
Merge pull request #3702 from scossar/horizontal-scrollbar
FIX: prevent horizontal scrollbar from appearing at 1000px screen width
This commit is contained in:
commit
a11c284902
1 changed files with 0 additions and 10 deletions
|
@ -2,16 +2,6 @@
|
|||
// BEWARE: changing these styles implies they take effect anywhere they are seen
|
||||
// throughout the Discourse application
|
||||
|
||||
@include medium-width {
|
||||
body {
|
||||
min-width: $medium-width;
|
||||
}
|
||||
.wrap,
|
||||
.full-width {
|
||||
width: $medium-width;
|
||||
}
|
||||
}
|
||||
|
||||
@media all
|
||||
and (max-width : 570px) {
|
||||
body {
|
||||
|
|
Loading…
Reference in a new issue