fix(video-devices) Fix video devices not scrollable

pull/11056/head jitsi-meet_6987
hmuresan 3 years ago committed by Horatiu Muresan
parent 389d455daa
commit c69fdd766c
  1. 2
      css/_video-preview.scss

@ -1,9 +1,9 @@
.video-preview {
background: none;
display: inline-block;
max-height: 344px;
&-container {
max-height: 344px;
background: $menuBG;
border-radius: 3px;
overflow: auto;

Loading…
Cancel
Save