fix modal position at top (#1160)

Co-authored-by: Fernando <fernando.greco@gmail.com>
This commit is contained in:
Agustín Longoni 2020-07-27 06:55:53 -03:00 committed by GitHub
parent fc20ce5775
commit 93448b550a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 0 additions and 7 deletions

View File

@ -22,6 +22,5 @@ export const styles = () => ({
},
smallerModalWindow: {
height: 'auto',
position: 'static',
},
})

View File

@ -29,6 +29,5 @@ export const styles = () => ({
},
smallerModalWindow: {
height: 'auto',
position: 'static',
},
})

View File

@ -29,7 +29,6 @@ const useStyles = makeStyles({
},
scalableStaticModalWindow: {
height: 'auto',
position: 'static',
},
loaderStyle: {
height: '500px',

View File

@ -21,7 +21,6 @@ const styles = () => ({
biggerModalWindow: {
width: '775px',
minHeight: '500px',
position: 'static',
height: 'auto',
},
})

View File

@ -33,6 +33,5 @@ export const styles = () => ({
},
smallerModalWindow: {
height: 'auto',
position: 'static',
},
})

View File

@ -23,7 +23,6 @@ const styles = () => ({
biggerModalWindow: {
width: '775px',
minHeight: '500px',
position: 'static',
height: 'auto',
},
})

View File

@ -19,7 +19,6 @@ const styles = () => ({
biggerModalWindow: {
width: '775px',
minHeight: '500px',
position: 'static',
height: 'auto',
},
})