[Glitch] Fix scrolling in single-column mode on Chrome
Port 1635e401b6
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
This commit is contained in:
parent
4fdae72eeb
commit
73ba3a51da
1 changed files with 4 additions and 0 deletions
|
@ -129,6 +129,10 @@
|
||||||
|
|
||||||
.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