Skip to content

Commit

Permalink
fixed sticky-top because new hacker town square post card (#7089)
Browse files Browse the repository at this point in the history
* fixed sticky-top because new hacker town square post card

* fixed hackathon page nav-badge
  • Loading branch information
developerfred authored Jul 13, 2020
1 parent 8b5e485 commit 1ad6a1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/assets/v2/css/gitcoin.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ h4,
.sticky-top {
position: sticky!important;
top: 0;
z-index: 1;
z-index: 3;
}

.lighter {
Expand Down
4 changes: 2 additions & 2 deletions app/assets/v2/css/town_square.css
Original file line number Diff line number Diff line change
Expand Up @@ -984,8 +984,8 @@ body.green.offer_view .announce {
.nav-badge {
font-size: 9px;
color: var(--link-color);
top: -8px;
position: relative;
top: 20px;
position: absolute;
font-weight: bold;
}

Expand Down

0 comments on commit 1ad6a1b

Please sign in to comment.