Skip to content

Commit

Permalink
fix: modal should not take space in the layout if no nodes inside it (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
hamed-musallam committed Mar 23, 2023
1 parent 2bcb8f0 commit 7cf740a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/modal/Modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export interface ModalProps {
}

const DialogRoot = styled.dialog`
display: flex;
position: fixed;
background-color: transparent;
Expand Down

0 comments on commit 7cf740a

Please sign in to comment.