cms/app-client/app/styles/app.scss
changeset 315 e3217b6adea3
parent 299 2c16302b06f7
child 316 fb11295ef666
--- 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 {