Skip to content

Commit

Permalink
incrase bet dialog height
Browse files Browse the repository at this point in the history
  • Loading branch information
mantikoros committed Feb 4, 2025
1 parent 67651d6 commit 13bf951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/components/bet/bet-dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export function BetDialog(props: {
setOpen={setOpen}
className={clsx(
MODAL_CLASS,
'pointer-events-auto max-h-[32rem] select-none overflow-auto'
'pointer-events-auto max-h-[42rem] select-none overflow-auto'
)}
>
<Col>
Expand Down

0 comments on commit 13bf951

Please sign in to comment.