Skip to content

Commit

Permalink
Mwpw 135924 fallback css property added to iframe (#1212)
Browse files Browse the repository at this point in the history
* fallback added to dialog modal

* fallback added to dialog modal

* comment added
  • Loading branch information
sharath-kannan authored Sep 7, 2023
1 parent 34c0e03 commit 71adba2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libs/styles/iframe.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@

@media (max-width: 1200px) {
.dialog-modal.commerce-frame .milo-iframe {
/* fallback to vh if dvh is not supported */
padding-bottom: 90vh;
padding-bottom: 100dvh;
}
}

0 comments on commit 71adba2

Please sign in to comment.