Skip to content

Commit

Permalink
Fix issue nolanlawson#70
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoulao committed Jul 26, 2018
1 parent b2c0cd1 commit e14b7dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/client/main/detailViewOrchestrator.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ function doInAnimationPartTwo(nationalId) {
clearTimeout(spinnerTimeout);
detailPanel.style.overflowY = 'scroll'; // re-enable overflow on the panel
document.body.style.overflowY = 'hidden'; // disable scrolling
document.documentElement.style.overflowY = 'hidden'; //disable scrolling
//document.documentElement.style.overflowY = 'hidden'; //disable scrolling

// hide monster moves until they're shown after the panel
detailPanel.querySelector('.monster-moves').classList.add('hidden');
Expand Down

0 comments on commit e14b7dc

Please sign in to comment.