DEV Community

How to Change Style of Scrollbar using Tailwind CSS ?

Chandra Prakash Pal on March 01, 2024

/* global.css */ @tailwind base; @tailwind components; @tailwind utilities; /* width */ ::-webkit-scrollbar { width: 10px; } /* Track */ ::-...
Collapse
 
valedev profile image
valeDev

basically do not use tailwind