Closed RobertBolender closed 3 years ago
This is the simplest change that could possibly work, and it can't make any other cases worse.
Most CSS resets use something like:
*, *:before, *:after { box-sizing: border-box; }
With such a reset, this specificity will be sufficient. Tested by adding such a reset to the index.html in this catalog project.
index.html
Fixes #487
This is the simplest change that could possibly work, and it can't make any other cases worse.
Most CSS resets use something like:
With such a reset, this specificity will be sufficient. Tested by adding such a reset to the
index.html
in this catalog project.Fixes #487