mirror of
https://github.com/kikobar/mastodon.git
synced 2024-11-17 04:32:22 +00:00
Change new modals to allow vertical scrolling (#29644)
This commit is contained in:
parent
387c78ddf9
commit
de6c9e0fcd
|
@ -8823,8 +8823,9 @@ noscript {
|
||||||
|
|
||||||
.safety-action-modal,
|
.safety-action-modal,
|
||||||
.interaction-modal {
|
.interaction-modal {
|
||||||
max-width: 90vw;
|
max-width: 100vw;
|
||||||
width: 600px;
|
width: 600px;
|
||||||
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.interaction-modal {
|
.interaction-modal {
|
||||||
|
|
Loading…
Reference in a new issue