ov-components: remove max-height constraint from pre-join component styles

master
Carlos Santos 2025-03-12 18:28:53 +01:00
parent 6f97b9d8c2
commit 0ad51d6c58
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
border-radius: var(--ov-surface-radius);
width: 90%;
max-width: 400px;
max-height: 650px;
// max-height: 650px;
height: min-content;
padding: 55px 40px;
background-color: var(--ov-surface-color);