Disable horizontal resizing on the aspect textarea

This commit is contained in:
Oliver-Akins 2023-12-23 20:27:43 -07:00
parent faa84df3bc
commit 071e023c2f
3 changed files with 12 additions and 2 deletions

View file

@ -105,6 +105,10 @@
grid-template-rows: min-content min-content min-content 1fr;
height: 100%;
gap: 4px;
textarea {
resize: vertical;
}
}
}
&--weapons {