fix: remove textarea inner border, keep only container border
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user