-
-
Notifications
You must be signed in to change notification settings - Fork 713
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
fix: Change zIndex of floating link #3204
Conversation
🦋 Changeset detectedLatest commit: 136fb3b The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Thanks.Could you fix this while you're at it?
change the zIndex not work for this case? link.mp4 |
The table seperator's z-index is 40. |
2024-05-19.11.03.38.movIt works fine 😀 |
Thank you I think it's ok.Could you add a changeset? |
should I delete |
yeah. I have removed and change to patch. |
Description
close #3144
I fixed the zIndex of
useFloatingLinkInsert
according to 12joan's comment, but the same problem still exists.So I resolved this issue by fixing the zIndex of
useFloatingLinkEdit
.It works without any problems.
But I'm not sure if changing the zIndex to 30 is the best way.
2024-05-19.10.18.05.mov