Skip to content

Commit 82f13de

Browse files
tjkautofix-ci[bot]
andauthored
fix: PanelDocs overflows container (#215)
* Update PanelDocs.vue * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent 84ef182 commit 82f13de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/PanelDocs.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ router.beforeEach(() => {
144144
v-if="ui.isContentDropdownShown"
145145
flex="~ col"
146146
border="b base"
147-
absolute left-0 right-0 top-0 max-h-60vh py2
148-
backdrop-blur-10 bg-base important-bg-opacity-80
147+
148+
absolute left-0 right-0 top-0 max-h-60vh overflow-y-auto py2 backdrop-blur-10 bg-base important-bg-opacity-80
149149
>
150150
<ContentNavItem v-for="item of navigation" :key="item.path" :item="item" />
151151
</div>

0 commit comments

Comments
 (0)