Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Theia is not compatible with mmenu #16

Open
kejingz opened this issue Jan 19, 2016 · 2 comments
Open

Theia is not compatible with mmenu #16

kejingz opened this issue Jan 19, 2016 · 2 comments
Labels

Comments

@kejingz
Copy link

kejingz commented Jan 19, 2016

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

@kejingz
Copy link
Author

kejingz commented Jan 21, 2016

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
Copy link

rawzone commented Jun 10, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants