Skip to content

Commit

Permalink
fix(js sdk): Dialog position fixed TG-320 (#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
JanCizmar authored Sep 30, 2021
1 parent fa9139d commit c065951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/common/Modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ interface DialogProps {
}

const backdropStyle: React.CSSProperties = {
position: 'absolute',
position: 'fixed',
width: '100vw',
height: '100vh',
top: 0,
Expand Down

0 comments on commit c065951

Please sign in to comment.