Skip to content

Commit

Permalink
fix onPageNav height with announcement (#2006)
Browse files Browse the repository at this point in the history
  • Loading branch information
Simek authored Jun 25, 2020
1 parent fb5e953 commit 33d27d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/static/css/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ input#search_input_react:focus {
}
.onPageNav {
top: 172px;
max-height: calc(100vh - 172px);
}
}

Expand Down

0 comments on commit 33d27d4

Please sign in to comment.