react95-io / React95

🌈🕹 Windows 95 style UI component library for React
https://react95.io
MIT License
6.65k stars 185 forks source link

box-sizing: border-box issues #373

Open WesSouza opened 1 year ago

WesSouza commented 1 year ago

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.