mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
fix overscroll on view source
This commit is contained in:
parent
e069d808f8
commit
49e5fa41ad
@ -153,6 +153,8 @@ input[type=text]:focus, textarea:focus {
|
||||
width: 60%;
|
||||
max-width: 704px;
|
||||
box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
|
||||
max-height: 80%;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
.mx_Dialog_background {
|
||||
|
Loading…
Reference in New Issue
Block a user