.vertical-scrollable {
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-gutter: stable both-edges;
}
/* used to autofill background unset*/
input:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset !important; /* Change to your desired background color */
    -webkit-text-fill-color:  rgba(0, 0, 0, 0.38);
}
