avoid vh because its not what you think on mobile devices

This commit is contained in:
Laura Klünder 2017-12-10 15:58:36 +01:00
parent 6a8e150231
commit 2656b6e050

View file

@ -2,7 +2,11 @@ body {
font-weight: normal;
display: flex;
flex-direction: column;
min-height: 100vh;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
header {
@ -587,8 +591,8 @@ main:not([data-view=route-result]) #route-summary {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
bottom: 0;
right: 0;
background-color: rgba(0, 0, 0, 0.3);
z-index: 2;
display: flex;