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

This commit is contained in:
EYHN 2024-06-26 07:25:29 +00:00
parent 10bc0d1e29
commit ad746b6376
No known key found for this signature in database
GPG Key ID: 46C9E26A75AB276C

View File

@ -4,7 +4,7 @@ import { style } from '@vanilla-extract/css';
export const root = style({
display: 'flex',
height: '100%',
overflow: 'hidden',
overflow: 'clip',
width: '100%',
position: 'relative',
flexDirection: 'column',