ScrollableList: fix border-radius on mobile
This commit is contained in:
parent
e16a5ac9f9
commit
82dd1d16c8
1 changed files with 4 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue