SCSS
ion-modal
{
ion-content::part(scroll)::-webkit-scrollbar
{
width: 10px !important;
height: 10px !important;
}
}
Is anything missing?
Solution, please!
SCSS
ion-modal
{
ion-content::part(scroll)::-webkit-scrollbar
{
width: 10px !important;
height: 10px !important;
}
}
Is anything missing?
Solution, please!