diff --git a/source/sites/mycompanyinfrance.fr/App.css b/source/sites/mycompanyinfrance.fr/App.css
index 1e59cf640..47df27c3d 100644
--- a/source/sites/mycompanyinfrance.fr/App.css
+++ b/source/sites/mycompanyinfrance.fr/App.css
@@ -5,9 +5,7 @@ body,
}
.app-container {
- display: flex;
position: relative;
- flex: 1;
overflow: hidden;
width: 100%;
height: 100vh;
@@ -16,17 +14,18 @@ body,
height: 100%;
display: flex;
flex-direction: column;
- align-items: stretch;
overflow: auto;
}
@media (min-width: 500px) {
.app-content {
- height: auto;
+ height: 100vh;
+ /* height: auto; */
flex: 1;
}
.app-container {
overflow: auto;
min-height: 100vh;
+ height: auto;
}
}
diff --git a/source/sites/mycompanyinfrance.fr/App.js b/source/sites/mycompanyinfrance.fr/App.js
index 83d93d751..c01d77943 100644
--- a/source/sites/mycompanyinfrance.fr/App.js
+++ b/source/sites/mycompanyinfrance.fr/App.js
@@ -37,7 +37,9 @@ class InFranceRoute extends Component {