diff --git a/assets/styles/mask.scss b/assets/styles/mask.scss index 858ed24..ba31509 100644 --- a/assets/styles/mask.scss +++ b/assets/styles/mask.scss @@ -524,12 +524,21 @@ span.navbar-line { display: none; } - .footer-open { - position: absolute; + .fake-footer, .fake-footer-open { + position: fixed; bottom: 0; + bottom: 0; + left: 0; + background-color: var(--red); + transition: 0.3s; + height: 70px; + width: 100%; + display: none; + justify-content: center; + z-index: 30; } - .container-open { - margin-bottom: 70px; + .fake-footer-open { + display: flex; } } \ No newline at end of file diff --git a/templates/_base.njk b/templates/_base.njk index 0a4883a..cfabc67 100644 --- a/templates/_base.njk +++ b/templates/_base.njk @@ -47,7 +47,7 @@
{# #} -