fix(video-devices) Fix video devices not scrollable

This commit is contained in:
hmuresan 2022-03-01 12:16:44 +02:00 committed by Horatiu Muresan
parent 389d455daa
commit c69fdd766c
1 changed files with 1 additions and 1 deletions

View File

@ -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;