mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2025-01-12 01:02:57 +01:00
parent
1955aa9f7d
commit
fb1b710e8d
1 changed files with 4 additions and 0 deletions
|
@ -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 a new issue