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

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 {