Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1227,8 +1227,9 @@ function CardEditorDialog({
<SheetContent
side="right"
className={cn(
"relative flex w-full flex-col gap-0 border-l bg-background p-0 shadow-2xl",
// Beat Sheet defaults (data-[side=right]:w-3/4 + sm:max-w-sm) via inline size.
// Do not add `relative` here: it overrides Sheet's `fixed` via tailwind-merge
// and dumps the panel into document flow.
"flex flex-col gap-0 border-l bg-background p-0 shadow-2xl sm:max-w-none",
sheetResizing && "transition-none"
)}
style={
Expand Down
Loading