Skip to content

Commit

Permalink
fix($pwa): z-index issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ulivz committed Sep 29, 2018
1 parent ae3bfb8 commit 4cc317f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/@vuepress/plugin-pwa/lib/SWUpdatePopup.vue
Expand Up @@ -86,6 +86,7 @@ export default {
background: #fff;
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.5);
text-align: center;
z-index: 2;
}
.sw-update-popup > button {
Expand Down

0 comments on commit 4cc317f

Please sign in to comment.