Fix link menu z-index

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-03-26 10:03:16 +04:00
parent 7897871659
commit 0b02171e4a

View File

@@ -12,7 +12,7 @@ import { MenuButton } from "./MenuButton";
const bubbleMenuVariants = tv({
slots: {
root: "flex flex-col items-stretch rounded-lg border border-border-mid bg-level-0 shadow-md",
root: "flex flex-col items-stretch z-20 rounded-lg border border-border-mid bg-level-0 shadow-md",
toolbar: "flex items-center gap-1 p-1",
linkInput: "flex items-center gap-1 border-t border-border-mid px-2 py-1.5",
},