style: remove textarea scrollbar

main
Justin Xiao 2023-07-21 18:09:26 +08:00
parent 8f12e7d06b
commit f8cda97232
1 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
/* @tailwind base; */
@tailwind components;
@tailwind utilities;
textarea::-webkit-scrollbar {
width: 0;
}