Position

Utilities for controlling how an element is positioned in the DOM.

Class Properties
v-pst-relative position: relative;
v-pst-absolute position: absolute;
v-pst-fixed position: fixed;
v-pst-sticky position: sticky;
v-pst-static position: static;