Skip to content

Commit

Permalink
chrome v73.0.3683.8 bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
CI (maintained by Kamil Foltyński) committed Mar 27, 2019
1 parent b6ac97a commit 78f9a22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/templates/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
<script type="text/javascript" th:inline="javascript">
function setShinyframeHeight() {
$('#shinyframe').css('height', ($(window).height())+'px');
$('#shinyframe').css('margin-top', (1)+'px');
}
window.addEventListener("load", setShinyframeHeight);
window.addEventListener("resize", setShinyframeHeight);
Expand Down

0 comments on commit 78f9a22

Please sign in to comment.