mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-02-25 07:48:32 +00:00
fix stupit scrollbar showing at input if username includes emojsi
This commit is contained in:
parent
c60708e551
commit
7de3a6f9ee
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@ export default function ReviewsView({ userId }: { userId: string; }) {
|
||||||
marginTop: "6px",
|
marginTop: "6px",
|
||||||
resize: "none",
|
resize: "none",
|
||||||
marginBottom: "12px",
|
marginBottom: "12px",
|
||||||
|
overflow: "hidden",
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue