Skip to content

Commit ab8fc74

Browse files
authored
fix ($plugin-pwa): popup zindex conflict (fix #2642) (#2643)
Changed z-index from 2 to 3 to avoid conflict with div[class*="language-"]::before elements
1 parent ff6c51a commit ab8fc74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vuepress/plugin-pwa/lib/SWUpdatePopup.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export default {
9393
background: #fff;
9494
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.5);
9595
text-align: center;
96-
z-index: 2;
96+
z-index: 3;
9797
}
9898
9999
.sw-update-popup > button {

0 commit comments

Comments
 (0)