We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5727612 + 71d8297 commit 2c39b67Copy full SHA for 2c39b67
static/css/cards/zones.css
@@ -94,6 +94,7 @@
94
}
95
96
#zoneContainer:has(.sticky-leaderboard) {
97
+ position: relative;
98
height: 106px;
99
100
@@ -117,9 +118,12 @@
117
118
119
120
#sticky_ad_close {
- position: absolute;
121
- top: 0;
122
- right: 25px;
+ position: fixed;
+ right: 0;
123
+ z-index: 99;
124
+ width: 20px;
125
+ padding-left: 10px;
126
+ background-color: var(--media-background-color);
127
cursor: pointer;
128
--fill-color: var(--black);
129
0 commit comments