fix(video-devices) Fix video devices not scrollable
This commit is contained in:
parent
389d455daa
commit
c69fdd766c
|
@ -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…
Reference in New Issue