mm
This commit is contained in:
21
packages/css/utility/position.css
Normal file
21
packages/css/utility/position.css
Normal file
@@ -0,0 +1,21 @@
|
||||
@layer utility {
|
||||
.position-static {
|
||||
position: static;
|
||||
}
|
||||
|
||||
.position-fixed {
|
||||
position: fixed;
|
||||
}
|
||||
|
||||
.position-absolute {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.position-relative {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.position-sticky {
|
||||
position: sticky;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user