Client - fix footer display on mobile when keyboard pops
This commit is contained in:
parent
68f6457c9d
commit
f8b020940a
@ -41,7 +41,7 @@
|
||||
display: flex;
|
||||
|
||||
bottom: 0;
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
|
||||
background: var(--footer-background-color);
|
||||
|
@ -36,6 +36,8 @@
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-evenly;
|
||||
|
||||
margin-bottom: $default-margin * 2;
|
||||
|
||||
.container-sub {
|
||||
min-width: 50%;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user