update: header + fix for webkit for mobile

This commit is contained in:
gaelle morin
2020-06-09 11:43:40 +02:00
parent 58e2f3b2ea
commit 57d775fa01
2 changed files with 3 additions and 8 deletions

View File

@ -11,6 +11,9 @@
background-color: var(--color-main-background);
color: var(--color-main-text);
font-size: 1.6rem;
/* Fix for viewport height bug in webkit for mobile */
height: -webkit-fill-available;
min-height: -webkit-fill-available;
}
.notLoggedIn {