Skip to content

Commit c065951

Browse files
authored
fix(js sdk): Dialog position fixed TG-320 (#452)
1 parent fa9139d commit c065951

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/ui/src/common/Modal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ interface DialogProps {
88
}
99

1010
const backdropStyle: React.CSSProperties = {
11-
position: 'absolute',
11+
position: 'fixed',
1212
width: '100vw',
1313
height: '100vh',
1414
top: 0,

0 commit comments

Comments
 (0)