Skip to content

Commit

Permalink
reduce pointer box z index to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Alvaro committed Oct 22, 2020
1 parent 5f1884b commit 5552c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/vue-h-zoom.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ export default {
pointerBoxStyle: function () {
return {
position: 'absolute',
'z-index': '999',
'z-index': '2',
transform: 'translateZ(0px)',
top: this.toPx(this.pointerOffsetTop),
left: this.toPx(this.pointerOffsetLeft),
Expand Down

0 comments on commit 5552c95

Please sign in to comment.