Skip to content

Commit

Permalink
fix: prevent scroll when search
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Nov 13, 2023
1 parent 1f1c20e commit caa253c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/widgets/shared/SearchFAB.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ const SearchPanel = () => {

return (
<Dialog.Root open>
{panelOpen && <Dialog.Overlay />}
<AnimatePresence>
{panelOpen && (
<Dialog.Portal>
Expand Down

1 comment on commit caa253c

@vercel
Copy link

@vercel vercel bot commented on caa253c Nov 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

shiro – ./

springtide.vercel.app
innei.in
shiro-innei.vercel.app
shiro-git-main-innei.vercel.app

Please sign in to comment.