Skip to content

Commit

Permalink
Merge pull request #126 from chaitin/fix-excalidraw
Browse files Browse the repository at this point in the history
fix: fullscreen
  • Loading branch information
phxa1 authored Jan 26, 2024
2 parents 799d7ea + 81aae4e commit e27261b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@ const theme = createTheme({
body{
padding-top: ${process.env.NODE_ENV === 'production' ? '64px' : '0'}
}
#fullscreen-element{
padding: 14px;
overflow: auto;
}
`,
},
MuiFormHelperText: {
Expand Down

0 comments on commit e27261b

Please sign in to comment.