L-Sun 2024-08-05 03:42:15 +00:00
parent e3878ae8bf
commit 545bd032a7
No known key found for this signature in database
GPG Key ID: D5C252102D2B576F

View File

@ -3,7 +3,7 @@ import { globalStyle, style } from '@vanilla-extract/css';
export const appStyle = style({
width: '100%',
position: 'relative',
height: '100vh',
height: '100dvh',
flexGrow: '1',
display: 'flex',
backgroundColor: cssVar('backgroundPrimaryColor'),