Skip to content

Commit

Permalink
Fix scrollbar on Edge in Calculate
Browse files Browse the repository at this point in the history
  • Loading branch information
llaske committed Apr 10, 2018
1 parent f093071 commit bcf2dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activities/Calculate.activity/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<script data-main="js/loader" src="lib/require.js"></script>
</head>

<body style="background-color:#fff; color:#fff; height:100%; margin:0;">
<body id="body" style="background-color:#fff; color:#fff; height:100%; margin:0;">
<div id="main-toolbar" class="toolbar">
<button class="toolbutton" id="activity-button" title="My Activity"></button>
<button class="toolbutton" id="trigo-palette"></button>
Expand Down

0 comments on commit bcf2dad

Please sign in to comment.