fix: can't scroll when the media is mobile

This commit is contained in:
XyanZhang
2023-06-14 14:47:06 +08:00
parent 385b31e7bb
commit 872ce3a825
+1 -1
View File
@@ -3,7 +3,7 @@
body {
height: 100%;
overflow-y: hidden;
overflow-y: auto;
background-color: #f8f8f8;
}