From a484b920e339abdffcb534b89f5e629f1cadeda3 Mon Sep 17 00:00:00 2001 From: ansuz Date: Sat, 30 Jan 2016 17:26:39 +0100 Subject: [PATCH] disallow resizing of textarea --- www/text/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/text/index.html b/www/text/index.html index 11c25f4b3..6e5038170 100644 --- a/www/text/index.html +++ b/www/text/index.html @@ -23,6 +23,8 @@ overflow-x: hidden; max-width: 100%; max-height: 100vh; + + resize: none; }