Skip to content

CSS: position

.--position-relativeposition՝ որպես համադրելի, գլոբալ դաս — .--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.