Remove resizer from backend log text area

This commit is contained in:
MeIchthys 2024-11-24 20:58:30 +00:00 committed by GitHub
parent 8dd9510de8
commit ae784eafd4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,6 +8,7 @@ const TPL = `<div style="height: 100%; display: flex; flex-direction: column;">
flex-grow: 1;
width: 100%;
border: none;
resize: none;
}
</style>