Client - fix footer display on mobile when keyboard pops
This commit is contained in:
parent
68f6457c9d
commit
f8b020940a
@ -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);
|
||||||
|
@ -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%;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user