Allow resizing textarea also horizontally

This commit is contained in:
Kalle 2026-03-21 15:29:06 +02:00
parent e1054eda6e
commit 05df7d1421

View File

@ -93,7 +93,7 @@
background-color: var(--color-bg);
font-size: var(--font-sm);
outline: none;
resize: vertical;
resize: both;
&:focus-within {
outline: var(--focus-ring);