mirror of https://github.com/OpenVidu/openvidu.git
ov-components: remove max-height constraint from pre-join component styles
parent
6f97b9d8c2
commit
0ad51d6c58
|
@ -25,7 +25,7 @@
|
||||||
border-radius: var(--ov-surface-radius);
|
border-radius: var(--ov-surface-radius);
|
||||||
width: 90%;
|
width: 90%;
|
||||||
max-width: 400px;
|
max-width: 400px;
|
||||||
max-height: 650px;
|
// max-height: 650px;
|
||||||
height: min-content;
|
height: min-content;
|
||||||
padding: 55px 40px;
|
padding: 55px 40px;
|
||||||
background-color: var(--ov-surface-color);
|
background-color: var(--ov-surface-color);
|
||||||
|
|
Loading…
Reference in New Issue