generateblocks
generateblocks copied to clipboard
Container - Overflow Hidden as option
Description
Overflow hidden is automatically added to a Container if the Background is Pseudo.
This is not required in a lot of cases and stops users from applying negative margins to the container content to create overlay or breakout effects. Resulting in a need for CSS to remove overflow: hidden
This should be selectable option.
This could also be used to stop Shapes from escaping a border-radius
Already added. :)