This commit is contained in:
2025-12-02 16:30:46 +01:00
parent 979728e6c8
commit 0b7c70058d
31 changed files with 298 additions and 106 deletions
@@ -69,7 +69,7 @@ export default function PopoverComponent({
<Paper
{...props}
className={twMerge(
"max-w-[300px]",
"max-w-[300px] z-[250]",
"twui-popover-content",
props.className
)}