We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 disables mmenu by adding 'transfrom: none' to divs
The text was updated successfully, but these errors were encountered:
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');
Sorry, something went wrong.
Also breaks our custom "slide out menu setup" when applying the transform: none to parent elements.
No branches or pull requests
theia disables mmenu by adding 'transfrom: none' to divs
The text was updated successfully, but these errors were encountered: