From 7de3a6f9ee54f673ae947887857ed0b2d8ee9f9f Mon Sep 17 00:00:00 2001 From: Manti <67705577+mantikafasi@users.noreply.github.com> Date: Thu, 1 Dec 2022 14:02:37 +0300 Subject: [PATCH] fix stupit scrollbar showing at input if username includes emojsi --- src/plugins/reviewDB/components/ReviewsView.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/reviewDB/components/ReviewsView.tsx b/src/plugins/reviewDB/components/ReviewsView.tsx index 71a6e7e9d..3815453eb 100644 --- a/src/plugins/reviewDB/components/ReviewsView.tsx +++ b/src/plugins/reviewDB/components/ReviewsView.tsx @@ -79,6 +79,7 @@ export default function ReviewsView({ userId }: { userId: string; }) { marginTop: "6px", resize: "none", marginBottom: "12px", + overflow: "hidden", }} />