fix user-list-item dropdowns breaking on mobile screen sizes

This commit is contained in:
KDSBrowne 2021-02-13 19:06:45 +00:00
parent 1476deb268
commit 55d91f8616

View File

@ -108,6 +108,14 @@
}
}
// removes transform on tethered dropdown for small screen sizes.
// prevents the user-list-item dropdown breaking on mobile.
:global(.tether-out-of-bounds) {
@include mq($small-only) {
transform: none !important;
}
}
/* Placements
* ==========
*/