mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
fixed linting error
This commit is contained in:
parent
7c8fdbfcc3
commit
b03bd51f79
1 changed files with 2 additions and 2 deletions
|
@ -20,9 +20,9 @@ $medium-height: "only screen and (min-height : #{$mobile} + 1) and (max-height :
|
||||||
.studio-list-outer-scrollbox {
|
.studio-list-outer-scrollbox {
|
||||||
position: relative;
|
position: relative;
|
||||||
background-color: $ui-blue-10percent;
|
background-color: $ui-blue-10percent;
|
||||||
flex: 1;
|
|
||||||
max-height: calc(100% - 8rem);
|
|
||||||
min-height: 15rem;
|
min-height: 15rem;
|
||||||
|
max-height: calc(100% - 8rem);
|
||||||
|
flex: 1;
|
||||||
|
|
||||||
@media #{$small-height} {
|
@media #{$small-height} {
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
|
|
Loading…
Reference in a new issue