Skip to content

Commit

Permalink
Merge pull request jellyfin#2263 from MrTimscampi/osd-pointer-events
Browse files Browse the repository at this point in the history
Fix OSD gradients not letting pointer events through
  • Loading branch information
thornbill committed Dec 24, 2020
2 parents 6740ee5 + c05ddf6 commit 6a81737
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/assets/css/videoosd.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
color: #fff;
user-select: none;
-webkit-touch-callout: none;
pointer-events: none;
}

.skinHeader-withBackground.osdHeader {
Expand All @@ -32,13 +33,15 @@
backdrop-filter: none;
color: #eee;
height: 7.5em;
pointer-events: none;
}

.osdHeader-hidden {
opacity: 0;
}

.osdHeader .headerTop {
pointer-events: all;
max-height: 3.5em;
}

Expand Down Expand Up @@ -104,6 +107,7 @@
}

.osdControls {
pointer-events: all;
flex-grow: 1;
padding: 0 0.8em;
}
Expand Down

0 comments on commit 6a81737

Please sign in to comment.