mirror of
https://github.com/maradotwebp/obsidian-avatar.git
synced 2026-07-22 07:30:24 +00:00
disable text area resizing
This commit is contained in:
parent
5cb07b20a9
commit
3c1eb8b9a3
1 changed files with 1 additions and 0 deletions
|
|
@ -151,6 +151,7 @@
|
|||
.textarea {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
resize: none;
|
||||
}
|
||||
|
||||
.with-placeholder:empty:before {
|
||||
|
|
|
|||
Loading…
Reference in a new issue