fix(audio-picker) Fix max height (#13069)

pull/13072/head jitsi-meet_8425
Robert Pintilii 2 years ago committed by GitHub
parent ed37bedee2
commit b3bce9e5ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      css/_audio-preview.scss

@ -5,7 +5,7 @@
position: relative;
right: auto;
margin-bottom: 4px;
max-height: 456px;
max-height: calc(100vh - 100px);
overflow: auto;
width: 300px;

Loading…
Cancel
Save