Skip to content

Commit

Permalink
fix overflow-x
Browse files Browse the repository at this point in the history
  • Loading branch information
lerte committed Jun 1, 2024
1 parent 95ea3a9 commit 17b26aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/src/components/Dropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const Dropdown = (props: DropdownProps) => {
</div>
</Button>

<div className="absolute hidden w-28 flex-col bg-surface drop-shadow-lg hover:flex peer-hover:flex">
<div className="absolute right-0 hidden w-28 flex-col bg-surface drop-shadow-lg hover:flex peer-hover:flex">
{items?.map((item, index) => (
<NavLink
key={index}
Expand Down

0 comments on commit 17b26aa

Please sign in to comment.