FAQ | This is a LIVE service | Changelog

Skip to content

Remove horizontal scrollbar on small-viewport views

Description

Remove the horizontal scrollbar when visiting the application on mobile

Further details

Screenshot_2024-10-02_at_14.49.40

It looks to be related to:

const theme = createTheme({
  components: {
    MuiContainer: {
      styleOverrides: {
        root: {
          "@media (max-width: 1150px)": {
            margin: "0 16px",
          },
        },
      },
    },
  },
});

Task list

Acceptance criteria

  • No horizontal scrollbar on small-viewport views

Links/references

Edited by Sebastiaan ten Pas