Skip to content

CSS: position

.--position-relativeposition as a composable, global class — .--position-<value> — usable bare or chained onto any component (.instui-button.--position-relative).

Source: index.ts

Usage

css
@import "@pantoken/components/utilities.css";

Examples

html
<div class="--position-relative">…</div>

Modifiers

ModifierDescription
.--position-absoluteposition: absolute.
.--position-fixedposition: fixed.
.--position-relativeposition: relative.
.--position-staticposition: static.
.--position-stickyposition: sticky.