Fix the max-height

This commit is contained in:
Girish Ramakrishnan
2016-09-07 14:25:23 -07:00
parent bde9279742
commit 486db676c9
2 changed files with 7 additions and 1 deletions

View File

@@ -210,6 +210,12 @@ html {
top: 0;
}
.app-postinstall-message {
max-height: 500px;
overflow-x: none;
overflow-y: auto;
}
// ----------------------------
// Appstore view
// ----------------------------