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: {
|
smallerModalWindow: {
|
||||||
height: 'auto',
|
height: 'auto',
|
||||||
position: 'static',
|
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
|
@ -29,6 +29,5 @@ export const styles = () => ({
|
||||||
},
|
},
|
||||||
smallerModalWindow: {
|
smallerModalWindow: {
|
||||||
height: 'auto',
|
height: 'auto',
|
||||||
position: 'static',
|
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
|
@ -29,7 +29,6 @@ const useStyles = makeStyles({
|
||||||
},
|
},
|
||||||
scalableStaticModalWindow: {
|
scalableStaticModalWindow: {
|
||||||
height: 'auto',
|
height: 'auto',
|
||||||
position: 'static',
|
|
||||||
},
|
},
|
||||||
loaderStyle: {
|
loaderStyle: {
|
||||||
height: '500px',
|
height: '500px',
|
||||||
|
|
|
@ -21,7 +21,6 @@ const styles = () => ({
|
||||||
biggerModalWindow: {
|
biggerModalWindow: {
|
||||||
width: '775px',
|
width: '775px',
|
||||||
minHeight: '500px',
|
minHeight: '500px',
|
||||||
position: 'static',
|
|
||||||
height: 'auto',
|
height: 'auto',
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
|
@ -33,6 +33,5 @@ export const styles = () => ({
|
||||||
},
|
},
|
||||||
smallerModalWindow: {
|
smallerModalWindow: {
|
||||||
height: 'auto',
|
height: 'auto',
|
||||||
position: 'static',
|
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
|
@ -23,7 +23,6 @@ const styles = () => ({
|
||||||
biggerModalWindow: {
|
biggerModalWindow: {
|
||||||
width: '775px',
|
width: '775px',
|
||||||
minHeight: '500px',
|
minHeight: '500px',
|
||||||
position: 'static',
|
|
||||||
height: 'auto',
|
height: 'auto',
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
|
@ -19,7 +19,6 @@ const styles = () => ({
|
||||||
biggerModalWindow: {
|
biggerModalWindow: {
|
||||||
width: '775px',
|
width: '775px',
|
||||||
minHeight: '500px',
|
minHeight: '500px',
|
||||||
position: 'static',
|
|
||||||
height: 'auto',
|
height: 'auto',
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue