Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Property.Position

type Position =
| "-webkit-sticky"
| "absolute"
| "fixed"
| "relative"
| "static"
| "sticky";

§Type

§
Globals | "-webkit-sticky" | "absolute" | "fixed" | "relative" | "static" | "sticky"
[src]