mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -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 {
|
||||
position: relative;
|
||||
background-color: $ui-blue-10percent;
|
||||
flex: 1;
|
||||
max-height: calc(100% - 8rem);
|
||||
min-height: 15rem;
|
||||
max-height: calc(100% - 8rem);
|
||||
flex: 1;
|
||||
|
||||
@media #{$small-height} {
|
||||
min-height: 0;
|
||||
|
|
Loading…
Reference in a new issue