Enable start/stop toggle on whole element
Related to issue https://github.com/sampotts/plyr/issues/587
This commit is contained in:
@ -267,7 +267,11 @@
|
||||
align-items: center;
|
||||
line-height: 1;
|
||||
text-align: center;
|
||||
|
||||
pointer-events: none;
|
||||
& > * {
|
||||
pointer-events: all;
|
||||
}
|
||||
|
||||
// Spacing
|
||||
> button,
|
||||
.plyr__progress,
|
||||
|
Reference in New Issue
Block a user