Skip to content

Commit

Permalink
fix: player zIndex is 0
Browse files Browse the repository at this point in the history
  • Loading branch information
StringKe committed Jan 31, 2021
1 parent 4c33781 commit 538190a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/Aplayer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ export default {
position: fixed;
left: 0;
bottom: 0;
z-index: 100000000;
}
@media (max-width: 768px) {
Expand Down
2 changes: 1 addition & 1 deletion src/components/Dplayer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export default {
left: 0;
bottom: 0;
height: 300px;
z-index: 10;
z-index: 100000000;
}
@media (max-width: 768px) {
Expand Down

0 comments on commit 538190a

Please sign in to comment.