Skip to content

Commit 4cc317f

Browse files
committed
fix($pwa): z-index issue
1 parent ae3bfb8 commit 4cc317f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ export default {
8686
background: #fff;
8787
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.5);
8888
text-align: center;
89+
z-index: 2;
8990
}
9091
9192
.sw-update-popup > button {

0 commit comments

Comments
 (0)