Skip to content

Commit

Permalink
Sitewide banner bug fix
Browse files Browse the repository at this point in the history
PT Story: https://www.pivotaltracker.com/story/show/182613149

[#182613149]

I missed one instance of a static height value for the page header.
  • Loading branch information
emcelroy committed Jul 13, 2022
1 parent 2d1694a commit 2f291c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rails/app/assets/javascripts/react-components.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion react-components/src/library/styles/common/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ html, body {

body.member-visitor {
#page-header {
height: 70px;
min-height: 70px;
}
#page-introduction {
.portal-pages-hero {
Expand Down

0 comments on commit 2f291c3

Please sign in to comment.