Skip to content

Commit

Permalink
Fix floating footer with "Keep navbar fixed" off
Browse files Browse the repository at this point in the history
  • Loading branch information
ButteredCats authored Jan 4, 2024
1 parent c597a20 commit 5d8529d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
--popup-goback-background: var(--popup-red);
--popup-goback-text: #222;
--popup-border: 1px solid var(--popup-red);

--footer-height: 30px;
}

@font-face {
Expand Down Expand Up @@ -119,7 +117,6 @@ body {

body.fixed_navbar {
padding-top: 60px;
padding-bottom: var(--footer-height);
min-height: calc(100vh - 60px);
position: relative;
}
Expand Down Expand Up @@ -317,7 +314,6 @@ body > footer {
align-items: center;
width: 100%;
background: var(--post);
position: absolute;
bottom: 0;
}

Expand Down

0 comments on commit 5d8529d

Please sign in to comment.