Update reset.css

This commit is contained in:
Nathan Upchurch 2024-01-02 13:09:08 -05:00
parent c878283e19
commit 8eb9f858bb

View File

@ -60,9 +60,4 @@ input, button, textarea, select {
p, h1, h2, h3, h4, h5, h6 {
overflow-wrap: break-word;
hyphens: auto;
}
// Create a root stacking context
#root, #__next {
isolation: isolate;
}