@@ -28,13 +28,18 @@ .area { width: 100%; resize: none; - // height: 28px; border-radius: 0px; - overflow-y: scroll; + overflow-y: auto; + scrollbar-width: none; /* Firefox */ + -ms-overflow-style: none; padding: 0px; font-size: 16px; max-height: 82px; + &::-webkit-scrollbar { + display: none; /* Chrome, Brave, Edge */ + } + &::placeholder { font-size: 16px; } @@ -55,4 +60,4 @@ height: 20px; width: 1px; margin: 0px 8px; -} \ No newline at end of file +}