fixed linting error

This commit is contained in:
Linda 2018-10-02 13:57:41 -04:00
parent 7c8fdbfcc3
commit b03bd51f79

View file

@ -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;