diff options
-rw-r--r-- | src/main/assets/style.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/main/assets/style.css b/src/main/assets/style.css index a714388f..e8ddad56 100644 --- a/src/main/assets/style.css +++ b/src/main/assets/style.css @@ -539,7 +539,8 @@ article .tags > a::before, flex-grow: 1; outline: none !important; padding: 4px; - resize: vertical; + overflow: auto; + resize: none; vertical-align: top; } @@ -882,7 +883,8 @@ blockquote { /* textarea on the /post page */ border: 1px solid #DDD; padding: 2px; - resize: vertical; + resize: none; + overflow: auto; width: 100%; } |