Skip to content

Commit

Permalink
chore: fix tags list not scrolling correctly when dragging a tag (#2865)
Browse files Browse the repository at this point in the history
  • Loading branch information
amanharwara authored Apr 4, 2024
1 parent 2921533 commit c6a31f2
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 c6a31f2

Please sign in to comment.