--- a/cms/app-client/app/styles/app.scss Wed Aug 24 18:32:41 2016 +0200
+++ b/cms/app-client/app/styles/app.scss Thu Aug 25 18:44:50 2016 +0200
@@ -66,11 +66,8 @@
text-align: center;
}
-.corpus-app-modal {
- background-color: $medium-white;
- border-right: 1px solid $dark-grey;
- padding: 20px 40px;
- z-index: 1;
+.corpus-app-modal .notice-component {
+ background-color: inherit;
}
.corpus-app-container {
@@ -90,7 +87,8 @@
font-size: 14px;
}
-.corpus-app-container h2 {
+.corpus-app-container h2,
+.corpus-app-modal h2 {
line-height: 30px;
margin: 12px auto;
}
@@ -146,6 +144,10 @@
position: absolute;
top: 0px;
left: 0px;
+ background-color: $medium-white;
+ border-right: 1px solid $dark-grey;
+ overflow-y: scroll;
+ z-index: 1;
}
.corpus-app-container {