From 4a6363273ea51b2cc94ff7f34422680808ad5206 Mon Sep 17 00:00:00 2001 From: isUnknown Date: Tue, 10 Mar 2026 18:44:41 +0100 Subject: [PATCH] =?UTF-8?q?Fix:=20activer=20la=20s=C3=A9lection=20de=20tex?= =?UTF-8?q?te=20sur=20les=20=C3=A9l=C3=A9ments=20de=20contenu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- src/styles/reset.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 {