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;
bottom: 0;
position: absolute;
position: fixed;
width: 100%;
background: var(--footer-background-color);