mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 07:48:21 +02:00
🐛 Fix onboarding modal height
This commit is contained in:
parent
119b3a405c
commit
a940c7e912
4 changed files with 49 additions and 32 deletions
|
@ -899,7 +899,8 @@
|
|||
}
|
||||
|
||||
&.onboarding-v2 {
|
||||
min-height: 464px;
|
||||
min-height: unset;
|
||||
height: 100%;
|
||||
min-width: 752px;
|
||||
.modal-left {
|
||||
background-color: $color-gray-50;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue