-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
工具类 z-index无法 设置,按钮覆盖元素 #4011
Labels
type: discussion 讨论
Usage questions, guidance, and other discussions
Comments
工具是使用html实现了,覆盖到画布上的。节点是属于画布的。所以不管怎么设置z-index,都不可能让节点高于工具 |
@lloydzhou 那这个问题无法处理吗,一般方案是什么啊,不想按钮跟图层中间断开,被其他元素穿过 |
NewByVector
added
the
type: discussion 讨论
Usage questions, guidance, and other discussions
label
Nov 7, 2023
不希望被遮住,那可以放弃官方的tool 这样,全部的元素都在自定义节点内部,是在一起的,就不会被其他元素从中间穿过。 |
addtool时+reset 和local就可以 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
问题描述
工具类 z-index无法 设置,按钮覆盖元素
重现链接
https://codesandbox.io/s/73fx2l
重现步骤
。
预期行为
。
平台
屏幕截图或视频(可选)
按钮处于最顶层,无法跟节点绑定
补充说明(可选)
。
The text was updated successfully, but these errors were encountered: