mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-08 17:16:25 +01:00
Potential fix to infinite loop of intersection observer
This commit is contained in:
parent
adf0b351c1
commit
bd112f19b1
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) {
|
||||||
inset: 0;
|
inset: 0;
|
||||||
}
|
}
|
||||||
:is(#home-page, #welcome, #columns, #loader-root):has(~ .deck-container) {
|
:is(#home-page, #welcome, #columns, #loader-root):has(~ .deck-container) {
|
||||||
display: block;
|
/* display: block; */
|
||||||
position: absolute;
|
position: absolute;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
|
Loading…
Reference in a new issue