diff --git a/frontend/app/src/App.js b/frontend/app/src/App.js index d4ab858..1cf838a 100644 --- a/frontend/app/src/App.js +++ b/frontend/app/src/App.js @@ -17,6 +17,8 @@ import SnackbarProvider from './domains/commons/components/SnackbarProvider.tsx' function App() { + document.body.style.overflow = null; + const themeFactory = new ThemeFactory() const keycloakClient = new Keycloak(window.location.origin + '/config/keycloak.json') @@ -26,14 +28,15 @@ function App() { silentCheckSsoRedirectUri: window.location.origin + '/silent-check-sso.html' } + return ( - - + +