-
-
Notifications
You must be signed in to change notification settings - Fork 4
Fixed elements
Jory Hogeveen edited this page Jul 31, 2023
·
2 revisions
There are known issues with fixed elements and Slidebars. I’ve created two possible solutions for this:
- Legacy CSS solution: Use basic CSS2 positioning instead of CSS3 transform with hardware acceleration.
- JavaScript solution: It is slower but still allows the use of hardware acceleration for animations.
You can set these solutions in the general settings of the plugin.

