fix(core): fix error overflow (#7335)

This commit is contained in:
EYHN
2024-06-26 07:25:29 +00:00
parent 10bc0d1e29
commit ad746b6376
@@ -4,7 +4,7 @@ import { style } from '@vanilla-extract/css';
export const root = style({ export const root = style({
display: 'flex', display: 'flex',
height: '100%', height: '100%',
overflow: 'hidden', overflow: 'clip',
width: '100%', width: '100%',
position: 'relative', position: 'relative',
flexDirection: 'column', flexDirection: 'column',