Is it possible to style or hide this bar?
this won’t work…
::-webkit-scrollbar-track {
--background: var(--ion-color-pretoMenu) !important;
}
::-webkit-scrollbar {
display: none;
}
::-webkit-scrollbar-thumb {
--background: var(--ion-color-pretoMenu) !important;
}