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
1 changed files with 4 additions and 0 deletions

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) {