Revert "Bugfix - Submit button out of screen in Contract Interaction modal (#2185)" (#2256)

This reverts commit 4cca3cf0ed.
This commit is contained in:
Mati Dastugue 2021-05-05 12:30:44 -03:00 committed by GitHub
parent 8861653118
commit f6c4124475
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 7 deletions

View File

@ -47,9 +47,6 @@ const ModalStyled = styled(ModalMUI)`
&.smaller-modal-window { &.smaller-modal-window {
height: auto; height: auto;
max-height: 90vh;
overflow: hidden;
overflow-y: auto;
} }
&.modal { &.modal {

View File

@ -27,9 +27,6 @@ export const styles = createStyles({
formContainer: { formContainer: {
padding: `${md} ${lg}`, padding: `${md} ${lg}`,
wordBreak: 'break-word', wordBreak: 'break-word',
maxHeight: '50vh',
overflow: 'hidden',
overflowY: 'auto',
}, },
value: { value: {
marginLeft: sm, marginLeft: sm,
@ -51,7 +48,7 @@ export const styles = createStyles({
lineHeight: '1.43', lineHeight: '1.43',
}, },
buttonRow: { buttonRow: {
padding: '25px', height: '84px',
justifyContent: 'center', justifyContent: 'center',
'& > button': { '& > button': {
fontFamily: 'Averta', fontFamily: 'Averta',