Skip to content

Commit befed6d

Browse files
2.8.7
1 parent 2c39b67 commit befed6d

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

dist/saratoga.css

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2081,6 +2081,7 @@ html.msb .masthead {
20812081
}
20822082

20832083
#zoneContainer:has(.sticky-leaderboard) {
2084+
position: relative;
20842085
height: 106px;
20852086
}
20862087

@@ -2103,9 +2104,12 @@ html.msb .masthead {
21032104
}
21042105
}
21052106
#sticky_ad_close {
2106-
position: absolute;
2107-
top: 0;
2108-
right: 25px;
2107+
position: fixed;
2108+
right: 0;
2109+
z-index: 99;
2110+
width: 20px;
2111+
padding-left: 10px;
2112+
background-color: var(--media-background-color);
21092113
cursor: pointer;
21102114
--fill-color: var(--black);
21112115
}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "saratoga-design-system",
3-
"version": "2.8.6",
3+
"version": "2.8.7",
44
"scripts": {
55
"build": "npx sass --no-source-map builds:dist",
66
"version": "npm run build && git add -A dist",

0 commit comments

Comments
 (0)