Skip to content

Commit

Permalink
Remove the tracklist perf thing because of overflow issues
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarrough committed May 23, 2024
1 parent 38a7e5c commit b26652e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -743,14 +743,10 @@ h-captcha {
}
}

r4-list {
/* containt: content; */
}

r4-list-item {
/* Improves performance by allowing the browser to "lazy render" if possible */
content-visibility: auto;
contain-intrinsic-size: 1px 2rem;
/* content-visibility: auto; */
/* contain-intrinsic-size: 1px 2rem; */
}

r4-track {
Expand Down

0 comments on commit b26652e

Please sign in to comment.