div::-webkit-scrollbar {
    display: none;
}
div {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
