Skip to content

Commit

Permalink
fix: Tags list not scrolling correctly when dragging a tag
Browse files Browse the repository at this point in the history
  • Loading branch information
amanharwara committed Apr 4, 2024
1 parent 2921533 commit 7a2886d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions packages/web/src/javascripts/Components/Tags/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,7 @@ const Navigation = forwardRef<HTMLDivElement, Props>(({ application, className,
)}
ref={mergeRefs([ref, setElement])}
>
<div
id="navigation-content"
className={classNames(
'flex-grow overflow-y-auto overflow-x-hidden md:overflow-y-hidden md:hover:overflow-y-auto',
'md:hover:[overflow-y:_overlay] pointer-coarse:md:overflow-y-auto',
)}
>
<div id="navigation-content" className="flex-grow overflow-y-auto overflow-x-hidden">
<TagSearchBar navigationController={application.navigationController} />
<SmartViewsSection
application={application}
Expand Down

0 comments on commit 7a2886d

Please sign in to comment.