UX: fix visibility of grant badge modal dropdowns (#29613)
This commit is contained in:
parent
d57b7abe67
commit
a097d86eea
|
@ -520,3 +520,18 @@
|
||||||
margin-top: 1em;
|
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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue