fix modal position at top (#1160)
Co-authored-by: Fernando <fernando.greco@gmail.com>
This commit is contained in:
parent
fc20ce5775
commit
93448b550a
|
@ -22,6 +22,5 @@ export const styles = () => ({
|
|||
},
|
||||
smallerModalWindow: {
|
||||
height: 'auto',
|
||||
position: 'static',
|
||||
},
|
||||
})
|
||||
|
|
|
@ -29,6 +29,5 @@ export const styles = () => ({
|
|||
},
|
||||
smallerModalWindow: {
|
||||
height: 'auto',
|
||||
position: 'static',
|
||||
},
|
||||
})
|
||||
|
|
|
@ -29,7 +29,6 @@ const useStyles = makeStyles({
|
|||
},
|
||||
scalableStaticModalWindow: {
|
||||
height: 'auto',
|
||||
position: 'static',
|
||||
},
|
||||
loaderStyle: {
|
||||
height: '500px',
|
||||
|
|
|
@ -21,7 +21,6 @@ const styles = () => ({
|
|||
biggerModalWindow: {
|
||||
width: '775px',
|
||||
minHeight: '500px',
|
||||
position: 'static',
|
||||
height: 'auto',
|
||||
},
|
||||
})
|
||||
|
|
|
@ -33,6 +33,5 @@ export const styles = () => ({
|
|||
},
|
||||
smallerModalWindow: {
|
||||
height: 'auto',
|
||||
position: 'static',
|
||||
},
|
||||
})
|
||||
|
|
|
@ -23,7 +23,6 @@ const styles = () => ({
|
|||
biggerModalWindow: {
|
||||
width: '775px',
|
||||
minHeight: '500px',
|
||||
position: 'static',
|
||||
height: 'auto',
|
||||
},
|
||||
})
|
||||
|
|
|
@ -19,7 +19,6 @@ const styles = () => ({
|
|||
biggerModalWindow: {
|
||||
width: '775px',
|
||||
minHeight: '500px',
|
||||
position: 'static',
|
||||
height: 'auto',
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue