Skip to content

Commit

Permalink
Update detailViewOrchestrator.js
Browse files Browse the repository at this point in the history
  • Loading branch information
djrosenbaum authored Sep 5, 2016
1 parent 5c2b5dc commit b4b4638
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 @@ -211,7 +211,7 @@ function doOutAnimation(nationalId) {
detailPanel.scrollTop = 0; // scroll panel to top, disable scrolling during animation
detailPanel.style.overflowY = 'visible';
document.body.style.overflowY = 'visible'; // re-enable scrolling
document.documentElement.style.overflowY = 'visible'; //re-enable scrolling
document.documentElement.style.overflowY = ''; //re-enable scrolling
var transforms = computeTransformsPartOne(nationalId, true);
var {bgTransform, spriteTransform, spriteTop, spriteLeft} = transforms;
var {fgTransform} = computeTransformsPartTwo(nationalId, true);
Expand Down

0 comments on commit b4b4638

Please sign in to comment.