Skip to content

Commit 2c39b67

Browse files
Merge pull request #47 from mcclatchy/2.8.7
Sticky leaderboard ad close button - updated styles
2 parents 5727612 + 71d8297 commit 2c39b67

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

static/css/cards/zones.css

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
}
9595

9696
#zoneContainer:has(.sticky-leaderboard) {
97+
position: relative;
9798
height: 106px;
9899
}
99100

@@ -117,9 +118,12 @@
117118
}
118119

119120
#sticky_ad_close {
120-
position: absolute;
121-
top: 0;
122-
right: 25px;
121+
position: fixed;
122+
right: 0;
123+
z-index: 99;
124+
width: 20px;
125+
padding-left: 10px;
126+
background-color: var(--media-background-color);
123127
cursor: pointer;
124128
--fill-color: var(--black);
125129
}

0 commit comments

Comments
 (0)