Skip to content

Commit

Permalink
Fix modal content not displaying issue in Safari (SAP#1624)
Browse files Browse the repository at this point in the history
  • Loading branch information
stanleychh authored Sep 17, 2020
1 parent c0d67cd commit 4199d32
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 4199d32

Please sign in to comment.