Skip to content

Commit 1156d0a

Browse files
authored
overflow class added to main block (#52)
1 parent 79806a2 commit 1156d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/docs.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
}"
5050
@click="showContentTree = false"
5151
/>
52-
<main>
52+
<main class="overflow-auto">
5353
<LazyClientOnly>
5454
<EpLayoutTermPopup class="z-10" />
5555
</LazyClientOnly>

0 commit comments

Comments
 (0)