fix dialog css

pull/2071/head
Matthew Hodgson 2016-09-02 14:39:38 +01:00
parent 9aa59fa358
commit 4ce80a0837
1 changed files with 1 additions and 1 deletions

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 {