The :has selector at:
https://github.com/kamranahmedse/driver.js/blob/e5baef1274b7e2a2061edf5eb63e41d9206ec603/src/driver.css#L140
is causing frequent style recalculations.
When the document contains a large DOM with many nodes, this CSS rule makes the page unusable due to the performance impact.
The :has selector at:
https://github.com/kamranahmedse/driver.js/blob/e5baef1274b7e2a2061edf5eb63e41d9206ec603/src/driver.css#L140
is causing frequent style recalculations.
When the document contains a large DOM with many nodes, this CSS rule makes the page unusable due to the performance impact.