-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
And move some annotation-overlay styles to CSS.
- Loading branch information
1 parent
adb57a4
commit 85c5595
Showing
3 changed files
with
61 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
.annotation-container { | ||
z-index: 9999; | ||
pointer-events: none; | ||
position: absolute; | ||
left: 0; | ||
top: 0; | ||
overflow: visible; | ||
} | ||
|
||
.annotation-container.blended { | ||
mix-blend-mode: multiply; | ||
} | ||
|
||
.resizer { | ||
cursor: col-resize; | ||
touch-action: none; | ||
} | ||
|
||
@media (any-pointer: coarse) { | ||
.resizer { | ||
stroke: transparent; | ||
stroke-width: 20px; | ||
margin: -10px; | ||
} | ||
} |