WeCodePixels / theia-sticky-sidebar

Glues your website's sidebars, making them permanently visible while scrolling.
MIT License
569 stars 209 forks source link

Transform: none - Added to a lot of elements #50

Closed amichel86 closed 6 years ago

amichel86 commented 6 years ago

Hi and thank you for your plugin!

However I am having an issue where "transform: none" is applied to a parent of a higher level and I don't understand why exactly. Here's a screenshot of what I am trying to describe. I am using an off-canvas nav and because of that the transition cannot occur. Is there a quick fix for this?

image

Thanks :)

liviucmg commented 6 years ago

Hi,

This is necessary because most transform rules cause the plugin to fail. But you are right, at the very least we should add an option to disable our 'transform: none' rules.

Cheers, Liviu

amichel86 commented 6 years ago

Hi @liviucmg thanks for replying. However since I wrote you almost a year ago, I fixed the issue! :D