Skip to content

Commit

Permalink
fix: scrollable sidebar (#682)
Browse files Browse the repository at this point in the history
  • Loading branch information
arashsheyda authored Jun 22, 2024
1 parent 9e9d695 commit df459f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/devtools/client/components/SideNav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ onClickOutside(
<div
flex="~ auto col gap-0.5 items-center" w-full p1
class="no-scrollbar"
:class="{ 'of-x-hidden of-y-auto': !!sidebarExpanded }"
:class="{ 'of-x-hidden of-y-auto': sidebarExpanded || sidebarScrollable }"
>
<template v-for="[name, tabs], idx of displayedTabs" :key="name">
<template v-if="tabs.length">
Expand Down

0 comments on commit df459f9

Please sign in to comment.