Skip to content

Commit

Permalink
docs: fix z-index to pass under update popup
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Nov 23, 2020
1 parent 96f51a6 commit 993c58c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/.vuepress/theme/components/CarbonAds.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default {
width: 125px;
position: fixed;
z-index: 19;
z-index: 1;
bottom: 22px;
right: 14px;
padding: 10px;
Expand All @@ -45,7 +45,6 @@ export default {
@media screen and (max-width: 1300px) {
.carbon-ads {
z-index: 1;
position: relative;
top: 87px;
right: 12px;
Expand Down

0 comments on commit 993c58c

Please sign in to comment.