fix: popover regression & dropzone rerender lost state

This commit is contained in:
dswbx
2025-02-10 14:52:14 +01:00
parent 09d35d3cc0
commit d79da9d204
5 changed files with 47 additions and 31 deletions

View File

@@ -47,7 +47,7 @@ export function Popover({
<div
{...overlayProps}
className={twMerge(
"animate-fade-in absolute z-20 flex flex-col bg-background border border-muted px-1 py-1 rounded-lg shadow-lg backdrop-blur-sm min-w-0 max-w-20",
"animate-fade-in absolute z-20 flex flex-col bg-background border border-muted px-1 py-1 rounded-lg shadow-lg backdrop-blur-sm min-w-full max-w-20",
pos,
overlayProps?.className
)}