Position stickyBottom fixed

This commit is contained in:
Henrik Giesel 2021-07-02 15:32:56 +02:00
parent d15d6d1584
commit d40e0df11b

View file

@ -14,7 +14,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
<style lang="scss">
footer {
position: sticky;
position: fixed;
bottom: 0;
left: 0;
right: 0;