Fixes position on page dialog.
This commit is contained in:
parent
3fc86a46ee
commit
804bf5db60
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import css from '~styles'
|
|||
/* -------------------------------------------------- */
|
||||
|
||||
export const dialogContent = css({
|
||||
position: 'absolute',
|
||||
position: 'fixed',
|
||||
top: '50%',
|
||||
left: '50%',
|
||||
transform: 'translate(-50%, -50%)',
|
||||
|
|
Loading…
Reference in a new issue