Skip to content

Commit

Permalink
Fix OSD gradients not letting pointer events through
Browse files Browse the repository at this point in the history
  • Loading branch information
heyhippari committed Dec 24, 2020
1 parent 6740ee5 commit c05ddf6
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 c05ddf6

Please sign in to comment.