box-sizing: border-box issues
Author: WesSouzaCreated Nov 28, 2022Updated Nov 28, 2022
Labelsbug
I tend to use Paul Irish's box-sizing approach on all my projects, but many of React95 component's CSS expect box-sizing: content-box, which creates visual issues.
We should either apply border-box to all our components, or set it to content-box so our CSS is proper.
Source: react95-io/React95