Skip to content

Commit

Permalink
Merge pull request #144 from reaviz/bugfix/dialog_height
Browse files Browse the repository at this point in the history
Fix Dialog height
  • Loading branch information
amcdnl authored Apr 17, 2024
2 parents b4a909b + b426097 commit 9eb2cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layers/Dialog/DialogTheme.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export interface DialogTheme {
const baseTheme: DialogTheme = {
base: 'justify-center items-center flex pointer-events-none top-0 left-0 w-full h-full fixed will-change-transform will-change-opacity',
inner:
'flex flex-col box-border outline-0 pointer-events-auto overflow-auto max-w-[80vw] max-h-[80vw]',
'flex flex-col box-border outline-0 pointer-events-auto overflow-auto max-w-[80vw] max-h-[80vh]',
content: 'p-[20px] flex-auto overflow-auto',
footer: 'flex p-[20px] pb-[10px]',
header: {
Expand Down

0 comments on commit 9eb2cb6

Please sign in to comment.