We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84ef182 commit 82f13deCopy full SHA for 82f13de
components/PanelDocs.vue
@@ -144,8 +144,8 @@ router.beforeEach(() => {
144
v-if="ui.isContentDropdownShown"
145
flex="~ col"
146
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
+
+ absolute left-0 right-0 top-0 max-h-60vh overflow-y-auto py2 backdrop-blur-10 bg-base important-bg-opacity-80
149
>
150
<ContentNavItem v-for="item of navigation" :key="item.path" :item="item" />
151
</div>
0 commit comments