There was an error while loading. Please reload this page.
1 parent fa9139d commit c065951Copy full SHA for c065951
1 file changed
packages/ui/src/common/Modal.tsx
@@ -8,7 +8,7 @@ interface DialogProps {
8
}
9
10
const backdropStyle: React.CSSProperties = {
11
- position: 'absolute',
+ position: 'fixed',
12
width: '100vw',
13
height: '100vh',
14
top: 0,
0 commit comments