Skip to content

Commit

Permalink
Merge pull request #344 from NYPL-Simplified/more-footer-bug
Browse files Browse the repository at this point in the history
Position: relative on config pages
adriana-alter authored Apr 26, 2021
2 parents 5faa242 + 461a634 commit cd4cfa0
Showing 4 changed files with 13 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Changelog

### v0.4.40

#### Fixed

- Fixed another footer placement bug.

### v0.4.39

#### Updated
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simplified-circulation-web",
"version": "0.4.39",
"version": "0.4.40",
"description": "Web Front-end for Library Simplified Circulation Manager Admin Interface",
"repository": {
"type": "git",
1 change: 1 addition & 0 deletions src/stylesheets/config_tab_container.scss
Original file line number Diff line number Diff line change
@@ -82,4 +82,5 @@ $dangercolor: #D9534F;
}
}
}

}
6 changes: 5 additions & 1 deletion src/stylesheets/footer.scss
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ footer {
z-index: 1;
position: absolute;
bottom: 0;
height: 56px;
height: 56px;
p {
margin: 2px 0;
a, a:visited, a:link {
@@ -20,3 +20,7 @@ footer {
}
}
}

.config footer {
position: relative;
}

0 comments on commit cd4cfa0

Please sign in to comment.