🐛 Fix onboarding modal height

This commit is contained in:
Eva 2023-07-12 09:23:51 +02:00
parent 119b3a405c
commit a940c7e912
4 changed files with 49 additions and 32 deletions

View file

@ -899,7 +899,8 @@
}
&.onboarding-v2 {
min-height: 464px;
min-height: unset;
height: 100%;
min-width: 752px;
.modal-left {
background-color: $color-gray-50;