diff --git a/src/pages/Configure.tsx b/src/pages/Configure.tsx index 90a9177..bc09d22 100644 --- a/src/pages/Configure.tsx +++ b/src/pages/Configure.tsx @@ -48,6 +48,7 @@ const ConfigTextArea = styled("textarea")` background: none; color: white; padding: 0 8px; + resize: none; `; const ConfigDisplay = ({ children }: { children: Accessor }) => {