Skip to content

Commit 1ad6a1b

Browse files
fixed sticky-top because new hacker town square post card (#7089)
* fixed sticky-top because new hacker town square post card * fixed hackathon page nav-badge
1 parent 8b5e485 commit 1ad6a1b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/assets/v2/css/gitcoin.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ h4,
2121
.sticky-top {
2222
position: sticky!important;
2323
top: 0;
24-
z-index: 1;
24+
z-index: 3;
2525
}
2626

2727
.lighter {

app/assets/v2/css/town_square.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -984,8 +984,8 @@ body.green.offer_view .announce {
984984
.nav-badge {
985985
font-size: 9px;
986986
color: var(--link-color);
987-
top: -8px;
988-
position: relative;
987+
top: 20px;
988+
position: absolute;
989989
font-weight: bold;
990990
}
991991

0 commit comments

Comments
 (0)