Skip to content

Commit

Permalink
Fix modal content not displaying issue in Safari (#1624)
Browse files Browse the repository at this point in the history
  • Loading branch information
stanleychh authored Sep 17, 2020
1 parent fa8c28d commit 1578eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/Modal.html
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ <h3 class="fd-dialog__title">{modalSettings.title}</h3>
<style type="text/scss">
.iframeModalCtn {
position: relative;
height: 100%;
height: 70vh;
width: 100%;
overflow: auto;
-webkit-overflow-scrolling: touch;
Expand Down

0 comments on commit 1578eae

Please sign in to comment.