Skip to content

Commit

Permalink
馃拕 fix video player settings styling
Browse files Browse the repository at this point in the history
  • Loading branch information
moisout committed Aug 15, 2021
1 parent cdc8929 commit f2529c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/components/videoplayer/VideoPlayerSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,8 @@ $bottom-controls-height: $bottom-overlay-height - $video-seekbar-height;
display: flex;
flex-direction: column;
width: unset;
overflow-y: auto;
max-height: 250px;
overflow: hidden auto;
max-height: 100vh;
background-color: var(--bgcolor-alt);
box-sizing: border-box;
border-radius: 3px;
Expand Down

0 comments on commit f2529c8

Please sign in to comment.