forked from treehouse/mastodon
parent
1955aa9f7d
commit
fb1b710e8d
|
@ -2015,6 +2015,10 @@ a.account__display-name {
|
|||
|
||||
.scrollable {
|
||||
overflow: visible;
|
||||
|
||||
@supports(display: grid) {
|
||||
contain: content;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: $no-gap-breakpoint) {
|
||||
|
|
Loading…
Reference in New Issue