forked from matrix/element-web
fix dialog css
This commit is contained in:
parent
9aa59fa358
commit
4ce80a0837
|
@ -154,7 +154,7 @@ input[type=text]:focus, textarea:focus {
|
||||||
max-width: 704px;
|
max-width: 704px;
|
||||||
box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
|
box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
|
||||||
max-height: 80%;
|
max-height: 80%;
|
||||||
overflow-y: scroll;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_Dialog_background {
|
.mx_Dialog_background {
|
||||||
|
|
Loading…
Reference in New Issue