Skip to content

Commit 1ee0376

Browse files
committed
Fix first annotation not clickable
Fixes #1231
1 parent 39cf51e commit 1ee0376

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Page/TextLayer.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
white-space: pre;
3838
cursor: text;
3939
transform-origin: 0% 0%;
40-
z-index: 1;
4140
}
4241

4342
/* Only necessary in Google Chrome, see issue 14205, and most unfortunately
@@ -86,7 +85,7 @@
8685
top: 100%;
8786
right: 0;
8887
bottom: 0;
89-
z-index: 0;
88+
z-index: -1;
9089
cursor: default;
9190
user-select: none;
9291
}

0 commit comments

Comments
 (0)