Skip to content

Commit c69ee17

Browse files
committed
fix: scrollbar behavior for side nav
1 parent c1ed725 commit c69ee17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/devtools/src/app/components/panel/SideNav.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const items = computed<SideNavItem[]>(() => [
1717
<template>
1818
<div>
1919
<div
20-
border="r y base rounded-r-xl" flex="~ col gap-1" p1 of-y-scroll max-h-96vh relative bg-glass
20+
border="r y base rounded-r-xl" flex="~ col gap-1" p1 of-y-auto max-h-96vh relative bg-glass
2121
class="fixed left-0 top-1/2 -translate-y-1/2"
2222
>
2323
<template v-for="item in items" :key="item.title">

0 commit comments

Comments
 (0)