diff --git a/src/components/modal/addtostudio/modal.scss b/src/components/modal/addtostudio/modal.scss index 46dd2246a..cb05c592e 100644 --- a/src/components/modal/addtostudio/modal.scss +++ b/src/components/modal/addtostudio/modal.scss @@ -6,6 +6,14 @@ $medium: "only screen and (min-width : #{$mobile}+1) and (max-width : #{$tablet} $small-height: "only screen and (max-height : #{$mobile})"; $medium-height: "only screen and (min-height : #{$mobile} + 1) and (max-height : #{$tablet} - 1)"; +.mod-addToStudio { + overflow: hidden; + + @media #{$small}, #{$small-height} { + overflow: hidden; + } +} + .addToStudio-modal-header { box-shadow: inset 0 -1px 0 0 $ui-blue-dark; background-color: $ui-blue; diff --git a/src/components/modal/base/modal.jsx b/src/components/modal/base/modal.jsx index 151b0443b..3422cf52d 100644 --- a/src/components/modal/base/modal.jsx +++ b/src/components/modal/base/modal.jsx @@ -26,6 +26,7 @@ class Modal extends React.Component { return (