Skip to content

Commit

Permalink
Update nav dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
rayc2045 committed Apr 29, 2024
1 parent 54a930d commit 625d07b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
x-cloak
x-show="open"
x-transition.origin.top.left
class="absolute p-2 min-w-48 whitespace-nowrap rounded-lg bg-gray-100 border border-gray-200 shadow-md"
class="absolute p-2 min-w-48 max-h-[80svh] overflow-y-auto whitespace-nowrap rounded-lg bg-gray-100 border border-gray-200 shadow-md"
role="menu"
>
<template x-for="route in router.routes">
Expand Down

0 comments on commit 625d07b

Please sign in to comment.