diff --git a/src/mobile/Content.vue b/src/mobile/Content.vue index 127acf0..c810121 100644 --- a/src/mobile/Content.vue +++ b/src/mobile/Content.vue @@ -134,6 +134,6 @@ onUnmounted(() => { } .wrapper { height: 100%; - overflow: hidden; + overflow: scroll; }