Skip to content

Commit

Permalink
style(useoutsideclick): make it responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
nuexq committed May 24, 2024
1 parent ed21de5 commit 82ddead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/CustomHooks/use-outside-click/test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const UseOnClickOutsideTest = () => {
useOutsideClick(ref, () => setShowContent(false));

return (
<div className="flex justify-center items-center h-screen">
<div className="container flex justify-center items-center h-screen">
{showContent ? (
<div
ref={ref}
Expand Down

0 comments on commit 82ddead

Please sign in to comment.