fix stupit scrollbar showing at input if username includes emojsi

This commit is contained in:
Manti 2022-12-01 14:02:37 +03:00
parent c60708e551
commit 7de3a6f9ee

View file

@ -79,6 +79,7 @@ export default function ReviewsView({ userId }: { userId: string; }) {
marginTop: "6px",
resize: "none",
marginBottom: "12px",
overflow: "hidden",
}}
/>
</div>