fix scroll (#8382)

This commit is contained in:
nullobsi 2022-03-09 05:33:07 -08:00 committed by GitHub
parent a07037affc
commit 9c36cc8b01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 {