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 9e9d695 commit df459f9Copy full SHA for df459f9
packages/devtools/client/components/SideNav.vue
@@ -99,7 +99,7 @@ onClickOutside(
99
<div
100
flex="~ auto col gap-0.5 items-center" w-full p1
101
class="no-scrollbar"
102
- :class="{ 'of-x-hidden of-y-auto': !!sidebarExpanded }"
+ :class="{ 'of-x-hidden of-y-auto': sidebarExpanded || sidebarScrollable }"
103
>
104
<template v-for="[name, tabs], idx of displayedTabs" :key="name">
105
<template v-if="tabs.length">
0 commit comments