diff --git a/public/css/style.css b/public/css/style.css index 399d9f1..3f2af9d 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -430,3 +430,15 @@ input[type="text"], input[type="password"], input[type="number"]{ .right{ float: right; } +.fixed_footer footer{ + position: sticky; + display: flex; + align-items: center; + flex-direction: row; + justify-content: flex-end; + background-color: var(--main-background); + bottom: 0px; + height: 64px; + width: 100%; + margin-top: 24px; +} diff --git a/public/index.html b/public/index.html index 0a6c888..ccb5240 100644 --- a/public/index.html +++ b/public/index.html @@ -173,7 +173,7 @@