From 3cdd104d2c7158fac4938ed3d00228bcf778962c Mon Sep 17 00:00:00 2001 From: Johan Girod Date: Wed, 19 Sep 2018 19:18:28 +0200 Subject: [PATCH] :bug: fix IE --- source/sites/mycompanyinfrance.fr/App.css | 7 +++---- source/sites/mycompanyinfrance.fr/App.js | 4 +++- 2 files changed, 6 insertions(+), 5 deletions(-) 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 {
-
+