mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-17 20:32:56 +00:00
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 a new issue