L-Sun
2024-08-05 03:42:15 +00:00
parent e3878ae8bf
commit 545bd032a7

View File

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