generateblocks
generateblocks copied to clipboard
Layout settings Improve Position Property and Inset values
Be bold, and include all available position
properties:
position: static;
position: relative;
position: absolute;
position: fixed;
position: sticky;
position: inherit;
position: initial;
position: unset;
https://developer.mozilla.org/en-US/docs/Web/CSS/position
To support this use case we should add:
top
, right
, bottom
, left
properties.
Consider writing this using the inset
shorthand:
https://developer.mozilla.org/en-US/docs/Web/CSS/inset