tutu/src/platform/SizedTextarea.css
thislight 44c9e55928
All checks were successful
/ depoly (push) Successful in 1m17s
TootComposer: add toolbar & adjust layout
2024-11-09 20:29:27 +08:00

5 lines
76 B
CSS

.SizedTextarea {
overflow-y: hidden;
width: 100%;
resize: vertical;
}