How to select overlapping elements more prominently #6225
Unanswered
maxming2333
asked this question in
Q&A
Replies: 1 comment
-
This is similar to adding a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I found that the borders of many elements overlapped in the project, especially when I used
mjml
.Because I set the padding margin of the elements to 0, the borders of many elements overlapped.
Now I hope that one of the components will be selected first in the editor if it overlaps.
For example, if I set attribute
[data-se-type="foo"]
for a component, as long as I recognize this attribute, then will be selected firstOf course I don’t want to disable the selection of other overlapping components
How can this be achieved?
Beta Was this translation helpful? Give feedback.
All reactions