Skip to content

Commit

Permalink
Increase annotations container style specificity. Fix #115
Browse files Browse the repository at this point in the history
  • Loading branch information
tnajdek committed Dec 22, 2023
1 parent b662624 commit 7147bec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/dom/common/stylesheets/annotation-overlay.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.annotation-container {
#annotation-overlay .annotation-container {
z-index: 9999;
pointer-events: none;
position: absolute;
Expand All @@ -7,17 +7,17 @@
overflow: visible;
}

.annotation-container.blended {
#annotation-overlay .annotation-container.blended {
mix-blend-mode: multiply;
}

.resizer {
#annotation-overlay .resizer {
cursor: col-resize;
touch-action: none;
}

@media (any-pointer: coarse) {
.resizer {
#annotation-overlay .resizer {
stroke: transparent;
stroke-width: 20px;
margin: -10px;
Expand Down

0 comments on commit 7147bec

Please sign in to comment.