diff --git a/frontend/src/Components/Page/PageJumpBar.js b/frontend/src/Components/Page/PageJumpBar.js index d6bf8516c..ece3c7353 100644 --- a/frontend/src/Components/Page/PageJumpBar.js +++ b/frontend/src/Components/Page/PageJumpBar.js @@ -100,7 +100,9 @@ class PageJumpBar extends Component { // Listeners onMeasure = ({ height }) => { - this.setState({ height }); + if (height > 0) { + this.setState({ height }); + } }; //