chore: scrollable and remove link wrapper

This commit is contained in:
Aslam H
2024-09-12 05:22:34 +07:00
parent 8d6ec8748c
commit c532514701
3 changed files with 4 additions and 4 deletions

View File

@@ -247,7 +247,7 @@ const LinkList: React.FC<LinkListProps> = ({ activeItemIndex, setActiveItemIndex
return (
<Primitive.div
className="mb-14 flex w-full flex-1 flex-col overflow-y-auto outline-none [scrollbar-gutter:stable]"
className="mb-11 flex w-full flex-1 flex-col overflow-y-auto outline-none [scrollbar-gutter:stable]"
tabIndex={0}
>
<DndContext