Disallow resizing the config file textarea without resizing the window
This commit is contained in:
parent
f25e9d6286
commit
1508f0d58a
|
@ -48,6 +48,7 @@ const ConfigTextArea = styled("textarea")`
|
|||
background: none;
|
||||
color: white;
|
||||
padding: 0 8px;
|
||||
resize: none;
|
||||
`;
|
||||
|
||||
const ConfigDisplay = ({ children }: { children: Accessor<string> }) => {
|
||||
|
|
Loading…
Reference in New Issue