diff --git a/src/iss-components/site-footer/site-footer.vue b/src/iss-components/site-footer/site-footer.vue index d8286507..7ae66874 100644 --- a/src/iss-components/site-footer/site-footer.vue +++ b/src/iss-components/site-footer/site-footer.vue @@ -151,6 +151,7 @@ export default { justify-content: flex-start; } } + & > .container-fluid { overflow-x: visible; // needed to fix hidden footer on some iphones } @@ -160,8 +161,15 @@ export default { text-align: center; position: sticky; bottom: 72px; - } + +@media only screen and (max-width: 340px) { + .footerImage + { + bottom: 85px; + } +} + #siteFooterImage { width: 100%;