Skip to content

Commit c55fbda

Browse files
authored
fix(common): restore scrolling on settings and profile pages (hoppscotch#5695)
1 parent e025b8c commit c55fbda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/hoppscotch-common/src/layouts/default.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
horizontal
2424
>
2525
<Pane class="flex flex-1 !overflow-hidden">
26-
<main class="flex w-full flex-1" role="main">
26+
<main class="flex w-full flex-1 overflow-auto" role="main">
2727
<RouterView
2828
v-slot="{ Component }"
2929
class="flex min-w-0 flex-1"

0 commit comments

Comments
 (0)