Merge pull request #11400 from KDSBrowne/bbb-10915

Fix user-list-item dropdowns breaking on mobile screen sizes
This commit is contained in:
Anton Georgiev 2021-02-16 14:51:22 -05:00 committed by GitHub
commit 8933ca2de6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
* ==========
*/