--- a/cms/app-client/app/styles/app.scss Wed Jul 20 21:08:31 2016 +0200
+++ b/cms/app-client/app/styles/app.scss Thu Jul 21 23:36:50 2016 +0200
@@ -1,4 +1,5 @@
$dark-blue: #13212d;
+$grey-blue: #71848d;
$medium-blue: #253946;
$light-blue: #becfd4;
$blue: #2faddd;
@@ -46,6 +47,7 @@
@import 'components/player-component';
@import 'components/toolbar-component';
@import 'components/notice-component';
+ @import 'components/transcript-component';
}
@@ -124,6 +126,10 @@
border-top: none;
}
+.corpus-app-container.window {
+ overflow: scroll;
+}
+
.corpus-app-modal {
position: absolute;
top: 0px;