Skip to content

Commit

Permalink
fix: overflow bug on dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
payn33 committed Dec 24, 2022
1 parent d536bad commit 1443af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/filter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const FilterLayout = ({ children }: { children: React.ReactNode }) => {
<>
<TopNav />
<div className="page-container flex min-h-[calc(100vh-(54px+95px))] flex-col items-center">
<div className="info-container min-w-full min-h-[100px]">
<div className="info-container w-full min-h-[100px]">
<Header>
<FilterHeader />
</Header>
Expand Down

0 comments on commit 1443af0

Please sign in to comment.