Skip to content

Commit

Permalink
fix: container when resized
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranjamie committed Apr 9, 2024
1 parent 03fe093 commit 3cb00df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/global/global.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ export const globalCss = defineGlobalStyles({
},
'.mode__popup': {
'html,body, #app, .radix-themes': {
height: tokens.sizes.popupHeight.value,
maxHeight: '100vh',
minHeight: tokens.sizes.dialogHeight.value,
width: tokens.sizes.popupWidth.value,
margin: '0 auto',

'::-webkit-scrollbar': {
display: 'none',
Expand Down

0 comments on commit 3cb00df

Please sign in to comment.