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

Commit 1d6f178

Browse files
authored
Merge pull request #250 from nbolender/fix-header-touches
Allow header component to receive touches
2 parents 600b012 + ccffc1b commit 1d6f178

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/image-viewer.style.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ export const simpleStyle: {
6060
left: 0,
6161
right: 0,
6262
top: 38,
63+
zIndex: -1,
6364
justifyContent: 'center',
6465
alignItems: 'center',
6566
backgroundColor: 'transparent'

0 commit comments

Comments
 (0)