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

Fixes #11389
lolsob-rspec
ThibG 2019-07-23 15:47:18 +02:00 committed by Eugen Rochko
parent 884e20c028
commit 1635e401b6
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) {