Skip to content

Commit

Permalink
fix: overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
casperiv0 committed Jan 28, 2024
1 parent 603ce7e commit 87a5299
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export function ActiveMapUnits() {
});

return (
<div className="text-white">
<div className="text-white overflow-y-auto max-h-[78vh]">
{units.length <= 0 ? (
<p className="text-base mt-2 text-neutral-700 dark:text-gray-300">{t("noActiveUnits")}</p>
) : (
Expand Down

0 comments on commit 87a5299

Please sign in to comment.