parent
b6555693a8
commit
a846ddeb17
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ $new-sidebar-width: 220px;
|
|||
@media (min-width: $screen-sm-min) {
|
||||
height: 475px; // Needed for PhantomJS
|
||||
// scss-lint:disable DuplicateProperty
|
||||
height: calc(100vh - 120px);
|
||||
height: calc(100vh - 180px);
|
||||
// scss-lint:enable DuplicateProperty
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue