Skip to content

Commit

Permalink
Merge pull request #1697 from RodriSanchez1/fix/scrollOnSettings
Browse files Browse the repository at this point in the history
Fix / Show scroll on settings
  • Loading branch information
RodriSanchez1 authored May 24, 2024
2 parents fe1e94d + 33a75de commit 612f116
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
flex-direction: column;
width: 100%;
align-items: center;
height: 70%;
justify-content: center;
margin-top: 5em;
}
.SymbolNotFound__box .MuiSvgIcon-root {
font-size: 100px;
Expand Down
4 changes: 1 addition & 3 deletions src/components/UI/FullScreenDialog/FullScreenDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,7 @@ const styles = {
},
content: {
maxWidth: '680px',
margin: '0 auto',
height: '100%',
overflowY: 'hidden'
margin: '0 auto'
},
contentFullWidth: {
margin: '0 auto'
Expand Down

0 comments on commit 612f116

Please sign in to comment.