parent
884e20c028
commit
1635e401b6
|
@ -2015,6 +2015,10 @@ a.account__display-name {
|
||||||
|
|
||||||
.scrollable {
|
.scrollable {
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
|
|
||||||
|
@supports(display: grid) {
|
||||||
|
contain: content;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: $no-gap-breakpoint) {
|
@media screen and (min-width: $no-gap-breakpoint) {
|
||||||
|
|
Loading…
Reference in New Issue