diff -r f5690d918358 -r e3217b6adea3 cms/app-client/app/styles/app.scss --- a/cms/app-client/app/styles/app.scss Sun Oct 02 19:14:07 2016 +0200 +++ b/cms/app-client/app/styles/app.scss Sun Oct 02 20:23:58 2016 +0200 @@ -12,7 +12,6 @@ $content-height: 600px; - body { background-color: $medium-white; } @@ -73,6 +72,7 @@ color: $dark-grey; box-sizing: border-box; background-color: $medium-white; + position: relative; } body.videoscreen .corpus-app-container { @@ -138,6 +138,7 @@ .corpus-app-container.window { overflow: scroll; + height: 560px; } .corpus-app-modal {