*::-webkit-scrollbar {
    display: none;
}

* {
    scrollbar-width: none; 
    -ms-overflow-style: none; 
    box-sizing: border-box;
}

html, body, #root {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #f3f3f3;
    user-select: none;
}
