Skip to content

Commit

Permalink
improve downdown
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson authored Feb 21, 2024
1 parent 204472f commit 739390f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/components/Navigation/OrganismSelector.astro
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const label = organism === undefined ? 'Choose Organism' : organism.displayName;
{label}
<span class='text-primary'> <IwwaArrowDown className='inline-block -mt-1 ml-1 h-4 w-4 ' /></span>
</label>
<ul tabindex='0' class='dropdown-content z-[1] menu p-1 shadow bg-base-100 rounded-box absolute top-full left-0'>
<ul tabindex='0' class='dropdown-content z-[1] menu p-1 shadow bg-base-100 rounded-btn absolute top-full -left-4'>
{
knownOrganisms.map((knownOrganism) => (
<li>
Expand Down

0 comments on commit 739390f

Please sign in to comment.