Skip to content

Commit

Permalink
fix ($plugin-pwa): popup zindex conflict (fix #2642) (#2643)
Browse files Browse the repository at this point in the history
Changed z-index from 2 to 3 to avoid conflict with div[class*="language-"]::before elements
  • Loading branch information
smwbtech committed Oct 13, 2020
1 parent ff6c51a commit ab8fc74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@vuepress/plugin-pwa/lib/SWUpdatePopup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export default {
background: #fff;
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.5);
text-align: center;
z-index: 2;
z-index: 3;
}
.sw-update-popup > button {
Expand Down

0 comments on commit ab8fc74

Please sign in to comment.