Fix: activer la sélection de texte sur les éléments de contenu

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
isUnknown 2026-03-10 18:44:41 +01:00
parent 93308bbb65
commit 4a6363273e

View file

@ -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 {