A common mistake when creating overflowing containers with CSS is to use overflow: scroll or it's x/y variants. This will result in scrollbars always showing, even if the content doesn't overflow. This results in "phantom scrollbars" that are useless and only take up space and distract your users.
Bits and bytes of code
Bytes is my collection of short-form posts, tips, and things I learn as I build software.