Skip to content

Commit 0ad51d6

Browse files
committed
ov-components: remove max-height constraint from pre-join component styles
1 parent 6f97b9d commit 0ad51d6

File tree

1 file changed

+1
-1
lines changed
  • openvidu-components-angular/projects/openvidu-components-angular/src/lib/components/pre-join

1 file changed

+1
-1
lines changed

openvidu-components-angular/projects/openvidu-components-angular/src/lib/components/pre-join/pre-join.component.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
border-radius: var(--ov-surface-radius);
2626
width: 90%;
2727
max-width: 400px;
28-
max-height: 650px;
28+
// max-height: 650px;
2929
height: min-content;
3030
padding: 55px 40px;
3131
background-color: var(--ov-surface-color);

0 commit comments

Comments
 (0)