fix(common): restore scrolling on settings and profile pages (#5695)
This commit is contained in:
parent
e025b8c8e1
commit
c55fbda1f6
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue