fix(common): restore scrolling on settings and profile pages (#5695)

This commit is contained in:
Anwarul Islam 2025-12-15 13:53:42 +06:00 committed by GitHub
parent e025b8c8e1
commit c55fbda1f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,7 +23,7 @@
horizontal
>
<Pane class="flex flex-1 !overflow-hidden">
<main class="flex w-full flex-1" role="main">
<main class="flex w-full flex-1 overflow-auto" role="main">
<RouterView
v-slot="{ Component }"
class="flex min-w-0 flex-1"