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

Commit f58ca86

Browse files
authored
fix z-index error in renderIndicator
fix z-index error in renderIndicator
1 parent 7ccd6a0 commit f58ca86

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)