Skip to content

Commit 993c58c

Browse files
committed
docs: fix z-index to pass under update popup
1 parent 96f51a6 commit 993c58c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/.vuepress/theme/components/CarbonAds.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default {
3434
3535
width: 125px;
3636
position: fixed;
37-
z-index: 19;
37+
z-index: 1;
3838
bottom: 22px;
3939
right: 14px;
4040
padding: 10px;
@@ -45,7 +45,6 @@ export default {
4545
4646
@media screen and (max-width: 1300px) {
4747
.carbon-ads {
48-
z-index: 1;
4948
position: relative;
5049
top: 87px;
5150
right: 12px;

0 commit comments

Comments
 (0)