Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/components/Navbar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
</svg>
</a>
<div class="absolute left-0 mt-2 w-48 rounded-md bg-white shadow-lg opacity-0 invisible group-hover:opacity-100 group-hover:visible transition-opacity duration-300">
<!-- Hidden bridge element to prevent hover loss -->
<div class="absolute h-2 -top-2 left-0 right-0"></div>
<a href="/publication" class="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100">Publication</a>
<a href="/publication/FirstYearGuide" class="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100">First Year Guide</a>
<a href="/publication/CareersGuide" class="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100">Careers Guide</a>
Expand All @@ -34,4 +36,4 @@
<div class="lg:flex lg:flex-1 lg:justify-end">
<a href="/contact" class="text-sm font-semibold text-gray-900">Contact Us</a>
</div>
</nav>
</nav>