ScrollableList: fix border-radius on mobile

This commit is contained in:
Alex Gleason 2021-10-07 15:52:30 -05:00
parent e16a5ac9f9
commit 82dd1d16c8
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -882,6 +882,10 @@
.column--transparent {
.slist__append {
@include standard-panel;
@media screen and (max-width: 580px) {
border-radius: 0;
}
}
.sub-navigation ~ .slist .slist__append {