#app{height:100%;min-width:0;min-height:100%;background-color:#fff;overflow-x:hidden}.scrollbar{overflow:overlay}.scrollbar::-webkit-scrollbar{width:8px;height:8px}.scrollbar::-webkit-scrollbar-track{background:transparent}.scrollbar::-webkit-scrollbar-thumb{background:#404040;border-radius:8px}.scrollbar::-webkit-scrollbar-thumb:hover{background:#606060}@keyframes arrow{0%,30%{opacity:0;transform:translateY(10px)}60%{opacity:1;transform:translate(0)}to{opacity:0;transform:translateY(-8px)}}