Tuesday | 05 NOV 2024
[ previous ]
[ next ]

Inputs Overflow

Title:
Date: 2022-11-16
Tags:  

This is so useful! I had copied and pasted this before but never connected it to my issue with inputs.

* { box-sizing: border-box; }

My inputs have been overflowing because the inputs are 100% but the browser padding bumps it up past the parent container. By enabling this option, the inputs will now be 100% including the browser padding.