-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[Bug report]safari浏览器下,自定义HTML节点不能正常使用定位 #1173
Comments
有支持的计划么,有些节点比较复杂,使用定位的话实现起来比较简单。 |
你给的这个示例并没有在safari上看出什么问题,请具体描述有问题的地方或者提供对比截图。 |
https://github.com/didi/LogicFlow/assets/103487802/44815b20-0ac7-45d4-84e4-0b24211729a1 |
这个问题不是LogicFlow的bug,这个是safari本身的问题。自定义节点最外层元素不能使用position: relative定位,需要使用fixed才行。 但是safari目前发现有个其它的问题,就是节点的锚点是显示在节点之下的,设置zindex也无效。 |
|
这个如何解决
自定义节点使用了element plus的ui框架太多position: relative 你是如何解决这个问题的 |
问题描述
请用简洁的语言描述你遇到的 bug,至少包括以下部分,如提供截图请尽量完整:
safari浏览器下,自定义HTML节点不能正常使用定位
最简复现
https://codesandbox.io/s/logicflow-base7-forked-zr3t32?file=/step7/style.css
The text was updated successfully, but these errors were encountered: