fix user-list-item dropdowns breaking on mobile screen sizes
This commit is contained in:
parent
1476deb268
commit
55d91f8616
@ -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