ion-modal has a default scrollbar that appears if the content overflows. I want to style the scrollbar.
I can style the scrollbar in the application using ::-webkit-scrollbar, ::-webkit-scrollbar-track and ::-webkit-scrollbar-thumb, but it doesn't seem to work in modal. I tried applying these elements to multiple components inside the modal, such as ion-content::-webkit-scrollbar, but it doesn't work.
Here's the general way to style scrollbars within Ionic mode in Ionic 6.
Tag as shown below
Then add the following css of the scrollbar in the global css file
Your scrolling will look like this in ion-modal