fix scroll (#8382)

This commit is contained in:
nullobsi 2022-03-09 05:33:07 -08:00 committed by GitHub
parent 3447466c7b
commit be7385aaf3

View File

@ -141,6 +141,10 @@ export default defineComponent({
width: 100%;
height: 100%;
flex-direction: row;
overflow: scroll;
position: fixed;
left: 0;
top: 0;
}
@media (max-width: 850px) {
.container {