Skip to content

Commit

Permalink
Merge pull request #1873 from boxwise/fix-sidebar-scroll-chromium
Browse files Browse the repository at this point in the history
Fix always showing scroll in sidebar in Chromium browsers
  • Loading branch information
fhenrich33 authored Dec 23, 2024
2 parents 9caa220 + 63cb5c5 commit b8fb720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/src/components/HeaderMenu/MenuDesktop.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function MenuDesktop({ menuItemsGroups }: IHeaderMenuProps) {
allowToggle={!allowMultipleAccordionsOpen}
allowMultiple={allowMultipleAccordionsOpen}
defaultIndex={expandedMenuIndex()}
overflowY="scroll"
overflowY="auto"
>
{menuItemsGroups.map((menu) => (
<AccordionItem key={menu.text}>
Expand Down

0 comments on commit b8fb720

Please sign in to comment.