body {
    overflow: hidden;
}
#app {
    overflow-y: scroll;
}
#app::-webkit-scrollbar {
    display: none;
}