Skip to content

Commit b801f5b

Browse files
remove top positioning values so that sticky leaderboard is relative to other elements like the promo banner
1 parent b3ff88c commit b801f5b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

static/css/cards/zones.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@
9999

100100
#zone-el-2.sticky-leaderboard {
101101
position: fixed;
102-
top: 90px;
103102
z-index: 98;
104103
width: 100vw;
105104
height: 106px;
@@ -115,8 +114,4 @@
115114
#zone-el-2.sticky-leaderboard {
116115
height: 66px;
117116
}
118-
119-
#zone-el-2.sticky-leaderboard {
120-
top: 45px;
121-
}
122117
}

0 commit comments

Comments
 (0)