From 3c1de306d5642c05a3cb39de378f5016fd8461ab Mon Sep 17 00:00:00 2001 From: Marat Sarvarov Date: Tue, 3 Aug 2021 20:46:35 +0500 Subject: [PATCH] =?UTF-8?q?fix:=20=D0=A1=D1=82=D0=B8=D0=BB=D0=B8=20=D1=82?= =?UTF-8?q?=D0=B5=D0=BA=D1=81=D1=82=D0=BE=D0=B2=D0=BE=D0=B9=20=D0=BE=D0=B1?= =?UTF-8?q?=D0=BB=D0=B0=D1=81=D1=82=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Textarea/Textarea.module.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/Textarea/Textarea.module.css b/src/components/Textarea/Textarea.module.css index 0b3c74a..be301bb 100644 --- a/src/components/Textarea/Textarea.module.css +++ b/src/components/Textarea/Textarea.module.css @@ -6,6 +6,8 @@ --width: 100%; --minHeight: 80px; + + overflow: hidden; } .field { @@ -25,8 +27,8 @@ .field textarea { position: absolute; - top: -1px; - left: -1px; + top: 0; + left: 0; /* BG/White */ background: #ffffff; /* Grey/30 */