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 c1ed725 commit c69ee17Copy full SHA for c69ee17
packages/devtools/src/app/components/panel/SideNav.vue
@@ -17,7 +17,7 @@ const items = computed<SideNavItem[]>(() => [
17
<template>
18
<div>
19
<div
20
- border="r y base rounded-r-xl" flex="~ col gap-1" p1 of-y-scroll max-h-96vh relative bg-glass
+ border="r y base rounded-r-xl" flex="~ col gap-1" p1 of-y-auto max-h-96vh relative bg-glass
21
class="fixed left-0 top-1/2 -translate-y-1/2"
22
>
23
<template v-for="item in items" :key="item.title">
0 commit comments