absolute
<--add a position and tlrb (top, left, right, bottom) class to body tag-->
+ <body class="position tlrb">
<div>
<div class="v-absolute v-t-0 v-l-0" >
</div>
</div>
absolute version
sticky
sticky1
sticky2
sticky3
sticky4
<--add a position and tlrb (top, left, right, bottom) class to body tag-->
+ <body class="position tlrb">
<div>
<div class="v-sticky v-t-0 v-l-0">
sticky1
</div>
<div class="v-sticky v-t-0 v-l-0" >
sticky2
</div>
<div class="v-sticky v-t-0 v-l-0" >
sticky3
</div>
<div class="v-sticky v-t-0 v-l-0" >
sticky4
</div>
</div>
</div>
sticky version