diff options
Diffstat (limited to 'src/alf')
-rw-r--r-- | src/alf/atoms.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/alf/atoms.ts b/src/alf/atoms.ts index 68aa3cc88..02ad98c5f 100644 --- a/src/alf/atoms.ts +++ b/src/alf/atoms.ts @@ -27,6 +27,9 @@ export const atoms = { relative: { position: 'relative', }, + static: { + position: 'static', + }, sticky: web({ position: 'sticky', }), |