Skip to content

Commit

Permalink
Mwpw 135324 continue button is not seen in iphone (#1158)
Browse files Browse the repository at this point in the history
Co-authored-by: Honwai Wong <[email protected]>
  • Loading branch information
sharath-kannan and honstar authored Sep 1, 2023
1 parent 5a0cf2d commit 3c98564
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 6 deletions.
17 changes: 15 additions & 2 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
{
"extends": ["stylelint-config-standard", "stylelint-config-prettier"]
}
"extends": [
"stylelint-config-standard",
"stylelint-config-prettier"
],
"rules": {
"unit-no-unknown": [
true,
{
"ignoreUnits": [
"dvh"
]
}
]
}
}
8 changes: 4 additions & 4 deletions libs/styles/iframe.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
}

.iframe-calendar {
height: 1500px;
padding-bottom: 0;
height: 1500px;
padding-bottom: 0;
}

@media (max-width: 1200px) {
.dialog-modal.commerce-frame .milo-iframe{
padding-bottom:100vh;
.dialog-modal.commerce-frame .milo-iframe {
padding-bottom: 100dvh;
}
}

0 comments on commit 3c98564

Please sign in to comment.