We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dc32579 + 688876c commit d77330aCopy full SHA for d77330a
1 file changed
frontend/src/components/Layouts/MobileLayout.vue
@@ -1,7 +1,7 @@
1
<template>
2
<div class="relative flex h-screen flex-col">
3
<div
4
- class="flex flex-1 flex-col overflow-hidden pb-10"
+ class="flex flex-1 flex-col overflow-y-auto pb-10"
5
id="scrollContainer"
6
>
7
<slot />
0 commit comments