Skip to content

Commit a42412c

Browse files
Try to fix scroll flicker
1 parent 29697fc commit a42412c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/styles/global.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ footer:has(+ #audio-player .player) {
4141

4242
> div {
4343
content-visibility: auto;
44-
contain-intrinsic-block-size: 45vh;
44+
contain-intrinsic-block-size: auto 400px;
4545
}
4646

4747
@media (width >= 1024px) {

0 commit comments

Comments
 (0)