Skip to content

CSS: position

.--position-relative — 將 position 當作可組合的全域類別 — .--position-<value> — 可單獨使用或串接於任何元件 (.instui-button.--position-relative)。

Source: index.ts

使用方法

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

範例

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

修飾器

修飾器說明
.--position-absoluteposition: absolute.
.--position-fixedposition: fixed.
.--position-relativeposition: relative.
.--position-staticposition: static.
.--position-stickyposition: sticky.