Merge pull request #634 from ellisonbg/pager-fix

Reverting Firefox Windows bug fix ipython/ipython#8853
This commit is contained in:
Matthias Bussonnier 2015-10-21 15:43:22 -07:00
commit 255527edf4

View File

@ -78,11 +78,6 @@ define([
// This allows the pager-contents div to use percentage sizing.
that.pager_element.height(that.pager_element.height());
that._resize();
// Fixes: ipython/ipython#8853
// Horrible hack that forces firefox to recalculate the content
// size so the scrollbars get rendered.
that.pager_element.html(that.pager_element.html());
});
});