UNPKG
storybook16version
Version:
latest (2.23.4)
2.23.4
2.23.3
2.23.2
2.23.1
2.23.0
React components library project for Innovaccer Design System
uat-design.censanext.com
storybook16version
/
css
/
src
/
utils
/
position.css
21 lines
(16 loc)
•
309 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.position-static
{
position
: static
!important
; }
.position-relative
{
position
: relative
!important
; }
.position-absolute
{
position
: absolute
!important
; }
.position-fixed
{
position
: fixed
!important
; }
.position-sticky
{
position
: -webkit-sticky
!important
;
position
: sticky
!important
; }