diff --git a/src/components/BreathPage/styles.module.css b/src/components/BreathPage/styles.module.css index d4aa23e..484a451 100644 --- a/src/components/BreathPage/styles.module.css +++ b/src/components/BreathPage/styles.module.css @@ -1,7 +1,6 @@ .page { position: relative; height: calc(100vh - 50px); - max-height: -webkit-fill-available; flex: auto; justify-content: center; display: grid; diff --git a/src/components/Compatibility/styles.module.css b/src/components/Compatibility/styles.module.css index 3909856..91374f8 100644 --- a/src/components/Compatibility/styles.module.css +++ b/src/components/Compatibility/styles.module.css @@ -1,7 +1,6 @@ .page { position: relative; min-height: calc(100vh - 0px); - max-height: -webkit-fill-available; flex: auto; background-color: #121212; align-items: flex-start;