Skip to content

Commit b08eb1a

Browse files
authored
Fix list of variants overflow (#3114)
1 parent 8322cd3 commit b08eb1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/gitbook/src/components/Header/Dropdown.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ export function Dropdown<E extends HTMLElement>(props: {
5858
className={tcls(
5959
'mt-2',
6060
'w-full',
61+
'max-h-80',
6162
'bg-tint-base',
6263
'rounded-lg',
6364
'straight-corners:rounded-sm',

0 commit comments

Comments
 (0)