mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-24 12:56:43 -06:00
fix autosize
This commit is contained in:
parent
61c31bfd66
commit
a4f528176b
1 changed files with 1 additions and 0 deletions
|
@ -1068,6 +1068,7 @@ defineExpose({
|
|||
&.modal {
|
||||
width: 100%;
|
||||
max-width: 520px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue