diff --git a/src/styles/reset.css b/src/styles/reset.css index 9ef5bfa..f1727c5 100644 --- a/src/styles/reset.css +++ b/src/styles/reset.css @@ -12,7 +12,10 @@ body { min-height: 100vh; min-height: -webkit-fill-available; min-height: calc(var(--vh, 1vh) * 100); - user-select: none; +} + +p, h1, h2, h3, h4, h5, h6, li, td, th, blockquote, figcaption, article { + user-select: text; } body {