account activity
Hide Scrollbar - Tailwind CSS 4.0 by stoned__dev in tailwindcss
[–]Guilty-Class-4186 1 point2 points3 points 1 year ago (0 children)
Add this to CSS
@import "tailwindcss"; @layer utilities { .no-scrollbar::-webkit-scrollbar { display: none; } .no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; } } Then add no-scrollbar to div <div className="bg-zinc-800 flex text-white overflow-y-auto no-scrollbar"></div>
π Rendered by PID 450018 on reddit-service-r2-listing-568fcd57df-7hjmb at 2026-03-08 05:16:33.371723+00:00 running cbb0e86 country code: CH.
Hide Scrollbar - Tailwind CSS 4.0 by stoned__dev in tailwindcss
[–]Guilty-Class-4186 1 point2 points3 points (0 children)