Skip to content

Commit

Permalink
Fix auto scroll issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mohdsayed committed Jul 25, 2024
1 parent bbd85f0 commit d8670e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ const AssembledCookiesLanding = ({
<div
className="flex grow-0"
style={{
height: 'calc(100% - 26px)',
height: 'calc(100% - 82px)',
}}
>
{showFilterSidebar && (
Expand Down

0 comments on commit d8670e8

Please sign in to comment.