Safari 100vh fix
This commit is contained in:
parent
93be86c42e
commit
95e348f842
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@ limitations under the License.
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
height: 100vh;
|
min-height: 100vh;
|
||||||
|
min-height: -webkit-fill-available;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue