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
I have a #main layer element containing nested elements.
#main
On mouse over the editor select all the stacked elements. Therefore #main is selected almost all the time.
Is it possible to select the first element in front? Perhaps using z-index?
z-index
The text was updated successfully, but these errors were encountered:
The solution is to use stopPropagation(); on click here:
stopPropagation();
https://github.com/rafasashi/live-css-editor/blob/release/2015/source/livecsseditor/livecsseditor-2.0.js#L390
Sorry, something went wrong.
No branches or pull requests
I have a
#main
layer element containing nested elements.On mouse over the editor select all the stacked elements. Therefore
#main
is selected almost all the time.Is it possible to select the first element in front? Perhaps using
z-index
?The text was updated successfully, but these errors were encountered: