UX: fix visibility of grant badge modal dropdowns (#29613)

This commit is contained in:
chapoi 2024-11-06 07:30:13 +01:00 committed by GitHub
parent d57b7abe67
commit a097d86eea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -520,3 +520,18 @@
margin-top: 1em;
}
}
.d-modal.grant-badge-modal {
.d-modal {
&__body {
@include breakpoint(medium) {
overflow: visible;
}
@include breakpoint(mobile-extra-large) {
overflow: auto;
flex-grow: 1;
}
}
}
}