Merge pull request #670 from TriliumNext/meichthys

Remove resizer from backend log text area
This commit is contained in:
Elian Doran 2024-11-25 20:19:29 +02:00 committed by GitHub
commit 36ac3f5ee6
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>