html {
  scrollbar-gutter: stable;
}
.hidescrollBar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.hidescrollBar::-webkit-scrollbar {
    display: none;
}