fix dialog css

This commit is contained in:
Matthew Hodgson 2016-09-02 14:39:38 +01:00
parent 9aa59fa358
commit 4ce80a0837

View File

@ -154,7 +154,7 @@ input[type=text]:focus, textarea:focus {
max-width: 704px;
box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
max-height: 80%;
overflow-y: scroll;
overflow-y: auto;
}
.mx_Dialog_background {