Skip to content

Commit

Permalink
Merge pull request #21863 from GItGudRatio/fix/21643-keyboard-shortcu…
Browse files Browse the repository at this point in the history
…ts-modal

fix : keyboard shortcuts modal rendering on window resize
  • Loading branch information
bondydaa authored Jun 30, 2023
2 parents 6b4bddf + 89d2893 commit 4bd1848
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/styles/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -2997,8 +2997,7 @@ const styles = {

keyboardShortcutModalContainer: {
maxHeight: '100%',
flexShrink: 0,
flexGrow: 0,
flex: 0,
flexBasis: 'auto',
},

Expand Down

0 comments on commit 4bd1848

Please sign in to comment.