fix: remove textarea inner border, keep only container border

This commit is contained in:
Nicolas Varrot
2026-02-13 17:57:03 +00:00
parent 0329fa48bf
commit 2f25c45942
2 changed files with 2 additions and 2 deletions

View File

@@ -223,7 +223,7 @@ html, body {
inset: 0;
pointer-events: none;
color: var(--pc-text-primary);
border: 1px solid transparent;
border: none;
border-radius: 1rem; /* rounded-2xl */
max-height: 200px;
}