Skip to content

Commit

Permalink
Add display none to grill iframe
Browse files Browse the repository at this point in the history
  • Loading branch information
teodorus-nathaniel committed Jun 6, 2024
1 parent 2326e76 commit 278bacb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/utils/GrillIframe.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const GrillIframeModal = forwardRef<
style={{
opacity: isOpen ? 1 : 0,
pointerEvents: isOpen ? 'auto' : 'none',
display: isOpen ? 'block' : 'none',
transition: 'opacity 0.3s ease-in-out',
border: 'none',
colorScheme: 'none',
Expand Down

0 comments on commit 278bacb

Please sign in to comment.