Skip to content

Commit

Permalink
fix(core): info modal style issue (#8842)
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 authored Nov 18, 2024
1 parent e200e0a commit 4011062
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ export const container = style({
padding: '20px 0',
alignSelf: 'start',
marginTop: '120px',
maxHeight: 'calc(100dvh - 240px)',
overflow: 'auto',
});

export const titleContainer = style({
Expand Down

0 comments on commit 4011062

Please sign in to comment.