Skip to content

Commit

Permalink
Disbale doublle scroll when zooming in the browser (SAP#2456)
Browse files Browse the repository at this point in the history
  • Loading branch information
UlianaMunich authored Dec 23, 2021
1 parent b462415 commit 3f1be91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/App.html
Original file line number Diff line number Diff line change
Expand Up @@ -1778,6 +1778,7 @@
.iframeContainer {
overflow: auto;
-webkit-overflow-scrolling: touch;
line-height: initial; /*disable the double-scroll when zooming out the browser*/
}

.iframeContainer :global(iframe) {
Expand Down

0 comments on commit 3f1be91

Please sign in to comment.