style: remove textarea scrollbar
parent
8f12e7d06b
commit
f8cda97232
|
@ -1,3 +1,7 @@
|
|||
/* @tailwind base; */
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
textarea::-webkit-scrollbar {
|
||||
width: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue