diff --git a/web/app/assets/stylesheets/client/musician.css.scss b/web/app/assets/stylesheets/client/musician.css.scss index cd97ac8c5..54a310ee9 100644 --- a/web/app/assets/stylesheets/client/musician.css.scss +++ b/web/app/assets/stylesheets/client/musician.css.scss @@ -30,8 +30,9 @@ } .musician-wrapper { + -ms-overflow-style: none; overflow: initial; - height: initial; + height: 100%; width: 100%; }