WeCodePixels / theia-sticky-sidebar

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

Theia is not compatible with mmenu #16

Open kejingz opened 8 years ago

kejingz commented 8 years ago

theia disables mmenu by adding 'transfrom: none' to divs

kejingz commented 8 years ago

Providing an option to add an exception to applying the transform would be helpful:

o.sidebar.parents().css('-webkit-transform', 'none'); //change to o.sidebar.parents(':not(.theia-exception)').css('-webkit-transform', 'none');

rawzone commented 7 years ago

Also breaks our custom "slide out menu setup" when applying the transform: none to parent elements.