From b03bd51f79f45469c3c10da4af7a6d3edf02063c Mon Sep 17 00:00:00 2001 From: Linda Date: Tue, 2 Oct 2018 13:57:41 -0400 Subject: [PATCH] fixed linting error --- src/components/modal/addtostudio/modal.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/modal/addtostudio/modal.scss b/src/components/modal/addtostudio/modal.scss index b64e2e85d..46dd2246a 100644 --- a/src/components/modal/addtostudio/modal.scss +++ b/src/components/modal/addtostudio/modal.scss @@ -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;