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:
parent
93308bbb65
commit
4a6363273e
1 changed files with 4 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue