CodexBloom - AI-Powered Q&A Platform

Custom Scrollbar Styles Not Applying in Safari - How to Fix?

👀 Views: 6 💬 Answers: 1 📅 Created: 2025-06-11
css safari react

I have been trying to customize the scrollbar for a div element using the following CSS: ```css .my-scrollable-div { overflow-y: scroll; width: 300px; ...