Skip to content

Commit

Permalink
fix(sidebar): jump in animation (#4025)
Browse files Browse the repository at this point in the history
  • Loading branch information
m0ksem authored Nov 26, 2023
1 parent 8097dbb commit be26376
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/ui/src/components/va-sidebar/VaSidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,6 @@ export default defineComponent({
backgroundColor,
backgroundImage: props.gradient ? getGradientBackground(backgroundColor) : undefined,
overflowX: currentMenuWidth.value === sidebarWidth.value ? undefined : 'hidden' as const,
width: sidebarWidth.value,
minWidth: sidebarWidth.value,
}
})
Expand Down

0 comments on commit be26376

Please sign in to comment.