Fit mobile app modal height to content with a max height that's taller than the default modal guide.
This commit is contained in:
parent
9a30b9aaef
commit
6a3a94ee42
|
@ -13,7 +13,8 @@
|
|||
.components-guide.woocommerce__mobile-app-welcome-modal {
|
||||
max-width: 964px;
|
||||
min-width: 534px;
|
||||
height: 600px;
|
||||
// Overrides the default modal max-height.
|
||||
max-height: 663px;
|
||||
|
||||
.components-modal__header {
|
||||
height: 0;
|
||||
|
|
Loading…
Reference in New Issue