hide-scroll.css 182 B

12345678
  1. textarea {
  2. -ms-overflow-style: none; /* Internet Explorer 10+ */
  3. scrollbar-width: none; /* Firefox */
  4. }
  5. textarea::-webkit-scrollbar {
  6. display: none; /* Safari and Chrome */
  7. }