Skip to content

Commit

Permalink
fix: fix width of ofcs because of the scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Armanpreet Ghotra committed Dec 19, 2024
1 parent a37249b commit 2af98d6
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-y-scroll max-h-screen">
<div className="absolute w-[310px] left-[108px] top-4 z-9999 overflow-y-scroll max-h-screen">
<AccordionContainer
loading={loading}
title={countryName}
Expand Down

0 comments on commit 2af98d6

Please sign in to comment.