Skip to content

Commit

Permalink
visible class added (#989)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshqback authored Mar 18, 2024
1 parent bd6566b commit 5d15cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layout-elements/Dialog/DialogPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const DialogPanel = React.forwardRef<HTMLDivElement, DialogPanelProps>((props, r
className={tremorTwMerge(
makeDisplayClassName("panel"),
// common
"w-full max-w-lg overflow-hidden text-left ring-1 shadow-tremor transition-all transform",
"w-full max-w-lg overflow-visible text-left ring-1 shadow-tremor transition-all transform",
// light
"bg-tremor-background text-tremor-content ring-tremor-ring",
// dark
Expand Down

0 comments on commit 5d15cd8

Please sign in to comment.