quickfix: StickyContainer footerFixed condition

pull/163/head
Szymon Lesisz 6 years ago
parent 31fc23228a
commit fabcd54145

@ -141,7 +141,7 @@ export default class StickyContainer extends React.PureComponent<Props, State> {
state.footerFixed = false;
}
} else if (footerBounds.bottom < viewportHeight) {
state.footerFixed = true;
state.footerFixed = asideBounds.height > wrapperBounds.height;
}
state.prevScrollY = scrollY;

Loading…
Cancel
Save