10 lines
102 B
CSS
10 lines
102 B
CSS
|
.vjs-ass {
|
||
|
position: absolute;
|
||
|
top: 0;
|
||
|
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
|
||
|
pointer-events: none;
|
||
|
}
|