@charset "UTF-8";*{box-sizing:border-box}html body{padding:0;margin:0}#app{width:100%;height:100%;overflow:hidden}.app-container{width:100%;height:100vh;overflow:auto}@supports (scrollbar-color: rgb(159,159,159) rgb(59,59,59)){.app-container{scrollbar-color:rgb(159,159,159) rgb(59,59,59)}}.app-container::-webkit-scrollbar{background-color:#3b3b3b}.app-container::-webkit-scrollbar-thumb{background-color:#9f9f9f}
