Skip to content

Commit

Permalink
Potential fix to infinite loop of intersection observer
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeaun committed Jan 5, 2024
1 parent 9a5d749 commit 9cffd42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) {
inset: 0;
}
:is(#home-page, #welcome, #columns, #loader-root):has(~ .deck-container) {
display: block;
/* display: block; */
position: absolute;
user-select: none;
pointer-events: none;
Expand Down

0 comments on commit 9cffd42

Please sign in to comment.