Client - fix footer display on mobile when keyboard pops

This commit is contained in:
Sam 2021-08-08 11:50:34 +02:00
parent 68f6457c9d
commit f8b020940a
2 changed files with 3 additions and 1 deletions

View File

@ -41,7 +41,7 @@
display: flex; display: flex;
bottom: 0; bottom: 0;
position: absolute; position: fixed;
width: 100%; width: 100%;
background: var(--footer-background-color); background: var(--footer-background-color);

View File

@ -36,6 +36,8 @@
flex-wrap: wrap; flex-wrap: wrap;
justify-content: space-evenly; justify-content: space-evenly;
margin-bottom: $default-margin * 2;
.container-sub { .container-sub {
min-width: 50%; min-width: 50%;
} }