clappr / clappr-level-selector-plugin

Clappr Level Selector Plugin
MIT License
76 stars 56 forks source link

List gets cropped on smaller screens #97

Closed hrishikesh-k closed 3 years ago

hrishikesh-k commented 3 years ago

Hello.

The plugin works fine except for one part. The quality selection list gets cropped on smaller screens.

image

I tried to show it with CSS like: [data-player]{overflow: visible !important;} but then the controls are visible below the video:

image.

Does anyone have a better idea?

hrishikesh-k commented 3 years ago

Adding this helped:

.media-control[data-media-control].media-control-hide .media-control-layer[data-controls]:{display: none !important;}