Skip to content

Commit

Permalink
fix: fix scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Armanpreet Ghotra committed Dec 19, 2024
1 parent 49ab8a9 commit a37249b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Map/FcsMap/FcsAccordion.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default function FcsAccordion({ countryData, loading, countryIso3Data, co
</div>
)}
: (
<div className="absolute w-[300px] left-[108px] top-4 z-9999 overflow-visible overflow-y-auto h-screen">
<div className="absolute w-[300px] left-[108px] top-4 z-9999 overflow-y-scroll max-h-screen">
<AccordionContainer
loading={loading}
title={countryName}
Expand Down

0 comments on commit a37249b

Please sign in to comment.