Skip to content

Commit

Permalink
fix(website): fix resizing issue (#2685)
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson authored Sep 3, 2024
1 parent 946b87d commit 45fa58a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/components/Navigation/DocsMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ const DocsMenu: React.FC<DocsMenuProps> = ({ docsPages, currentPageUrl, title })

<DisclosurePanel className='sm:hidden'>{menuContent}</DisclosurePanel>

<div className='hidden sm:block'>{menuContent}</div>
<div className='hidden sm:block sm:w-64'>{menuContent}</div>
</>
)}
</Disclosure>
Expand Down

0 comments on commit 45fa58a

Please sign in to comment.