diff options
Diffstat (limited to 'src/alf')
-rw-r--r-- | src/alf/atoms.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/alf/atoms.ts b/src/alf/atoms.ts index 0870c5767..ad4929ec8 100644 --- a/src/alf/atoms.ts +++ b/src/alf/atoms.ts @@ -68,6 +68,7 @@ export const atoms = { * Used for the outermost components on screens, to ensure that they can fill * the screen and extend beyond. */ + // @ts-ignore - web only minHeight string util_screen_outer: [ web({ minHeight: '100vh', |