theia-sticky-sidebar icon indicating copy to clipboard operation
theia-sticky-sidebar copied to clipboard

Theia is not compatible with mmenu

Open kejingz opened this issue 9 years ago • 2 comments

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

kejingz avatar Jan 19 '16 01:01 kejingz

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');

kejingz avatar Jan 21 '16 23:01 kejingz

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

rawzone avatar Jun 10 '17 07:06 rawzone