clappr/clappr-level-selector-plugin

List gets cropped on smaller screens

hrishikesh-k opened this issue · 1 comments

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?

Adding this helped:

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