Skip to content

Commit d77330a

Browse files
authored
Merge pull request #2419 from raizasafeel/fix/mobile
fix: mobile layout scroll
2 parents dc32579 + 688876c commit d77330a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/components/Layouts/MobileLayout.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div class="relative flex h-screen flex-col">
33
<div
4-
class="flex flex-1 flex-col overflow-hidden pb-10"
4+
class="flex flex-1 flex-col overflow-y-auto pb-10"
55
id="scrollContainer"
66
>
77
<slot />

0 commit comments

Comments
 (0)