Skip to content
This repository was archived by the owner on Sep 28, 2021. It is now read-only.

Commit fec6b09

Browse files
authored
Merge pull request #252 from LDty/master
fix z-index error in renderIndicator
2 parents 7ccd6a0 + f58ca86 commit fec6b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/image-viewer.style.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export const simpleStyle: {
6060
left: 0,
6161
right: 0,
6262
top: 38,
63-
zIndex: -1,
63+
zIndex: 13,
6464
justifyContent: 'center',
6565
alignItems: 'center',
6666
backgroundColor: 'transparent'

0 commit comments

Comments
 (0)