lighttube-org / LTPlayer

Video player for LightTube
2 stars 2 forks source link

Video controls aren't visible on safari #3

Closed nullTheCoder closed 2 weeks ago

nullTheCoder commented 4 months ago

Video controls aren't visible on safari, they can be interacted with, however they appear to be invisible.

Safari Version 17.4.1 (19618.1.15.11.14) MacOS 14.4.1 (23E224)

kuylar commented 3 months ago

Looks like a rendering bug due to z-index, as segments are visible. Setting z-index: 0 on the <video> seems to fix it.

I love safari