For example: a rule that makes all elements that have display: block
have overflow: auto
. This rule obviously has to take in the default styling of the browser as it's the browser that'll make so many elements display set to block
.
This is to help escape the problem of collapsing margins!