mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2025-01-24 03:14:06 +01:00
[Glitch] Change new modals to allow vertical scrolling
Port de6c9e0fcd
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
0f8b33238f
commit
f635cde756
1 changed files with 2 additions and 1 deletions
|
@ -9411,8 +9411,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