Skip to content

Commit

Permalink
fix(website): move organism selector to the front
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoran-chen committed May 19, 2024
1 parent d284efb commit d15ab70
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 @@ -21,7 +21,7 @@ const restOfUrl = Astro.url.pathname.split('/').slice(2).join('/');
{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-btn absolute top-full -left-4'>
<ul tabindex='0' class='dropdown-content z-20 menu p-1 shadow bg-base-100 rounded-btn absolute top-full -left-4'>
{
knownOrganisms.map((knownOrganism: Organism) => (
<li>
Expand Down

0 comments on commit d15ab70

Please sign in to comment.