Skip to content

Commit

Permalink
fix: popup min-w
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Jan 23, 2025
1 parent 2f61b35 commit 5627e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/routes/__root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function RouteComponent() {
}, [mode])

return (
<div ref={elementRef}>
<div className="w-min" ref={elementRef}>
<div
{...{ [`data-${mode}`]: '' }} // for conditional styling based on dialog mode ("in-data-iframe:..." or "in-data-popup:...")
className="flex h-fit min-w-[282px] flex-col overflow-hidden border-blackA1 bg-gray1 data-iframe:rounded-[14px] data-iframe:border dark:border-whiteA1 dark:bg-gray2"
Expand Down

0 comments on commit 5627e1e

Please sign in to comment.