From 62806b96a078d880a17344987fe804a7a432a8e8 Mon Sep 17 00:00:00 2001 From: anapnoe <124302297+anapnoe@users.noreply.github.com> Date: Sun, 5 Feb 2023 11:02:06 +0200 Subject: [PATCH] overflow hidden to resize the textarea added --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index f41384ea..eaadba4c 100644 --- a/style.css +++ b/style.css @@ -1828,6 +1828,10 @@ input:focus { border-bottom: 0 !important; } +textarea{ + overflow: hidden !important; +} + @media only screen and (max-width: 1024px) { /* For tablets: */