Skip to content

Commit

Permalink
fix: move scroll behavior to html element (#1143)
Browse files Browse the repository at this point in the history
  • Loading branch information
spaenleh authored Dec 12, 2024
1 parent 9a157bd commit a760a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export const createGraaspTheme = ({
components: {
MuiCssBaseline: {
styleOverrides: `
body {
html {
scroll-behavior: smooth;
}
`,
Expand Down

0 comments on commit a760a47

Please sign in to comment.