Fit mobile app modal height to content with a max height that's taller than the default modal guide.

This commit is contained in:
Jaclyn Chen 2023-10-06 13:36:14 +08:00
parent 9a30b9aaef
commit 6a3a94ee42
1 changed files with 2 additions and 1 deletions

View File

@ -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;