Added website limit and show more button. Closes #592.
This commit is contained in:
@@ -25,9 +25,8 @@ export default function StickyHeader({
|
||||
}
|
||||
};
|
||||
|
||||
checkPosition();
|
||||
|
||||
if (enabled) {
|
||||
checkPosition();
|
||||
window.addEventListener('scroll', checkPosition);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user