Change new modals to allow vertical scrolling (#29644)

pull/2691/head
Claire 2024-03-22 17:21:50 +01:00 committed by GitHub
parent 387c78ddf9
commit de6c9e0fcd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -8823,8 +8823,9 @@ noscript {
.safety-action-modal,
.interaction-modal {
max-width: 90vw;
max-width: 100vw;
width: 600px;
overflow-y: auto;
}
.interaction-modal {