1
0
mirror of https://github.com/whippyshou/mastodon synced 2024-11-24 15:16:26 +09:00

Fix scrolling in single-column mode on Chrome (#11395)

Fixes #11389
This commit is contained in:
ThibG 2019-07-23 15:47:18 +02:00 committed by Eugen Rochko
parent 1955aa9f7d
commit fb1b710e8d

View File

@ -2015,6 +2015,10 @@ a.account__display-name {
.scrollable {
overflow: visible;
@supports(display: grid) {
contain: content;
}
}
@media screen and (min-width: $no-gap-breakpoint) {