Skip to content

Commit

Permalink
fix sidebar showing on small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
andrecasal committed Oct 27, 2023
1 parent da45c04 commit a61c775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/_marketing+/ui+/_layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ const UI = () => {
</div>
<Container>
<Flex justify="between" gap="6">
<div className="sticky top-0 max-h-[100vh] w-1/4 overflow-y-auto">
<div className="sticky top-0 hidden max-h-[100vh] w-1/4 overflow-y-auto lg:block">
<SideMenu />
</div>
<div className="w-3/4">
Expand Down

0 comments on commit a61c775

Please sign in to comment.