#iris wtf
btw allowing scrollbar styling in css was a mistake
.hide-scrollbar {
scrollbar-width: none;
-ms-overflow-style: none;
}
Please Login to reply.
fix'd what they broke intentionally
scrollbar-width: auto !important;