generateblocks icon indicating copy to clipboard operation
generateblocks copied to clipboard

Layout settings Improve Position Property and Inset values

Open diggeddy opened this issue 1 year ago • 0 comments

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

diggeddy avatar Nov 02 '23 17:11 diggeddy