Merge pull request #11400 from KDSBrowne/bbb-10915
Fix user-list-item dropdowns breaking on mobile screen sizes
This commit is contained in:
commit
8933ca2de6
@ -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
|
||||
* ==========
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user