mirror of
https://github.com/umami-software/umami.git
synced 2026-02-08 22:57:12 +01:00
Added website limit and show more button. Closes #592.
This commit is contained in:
parent
7a3c1e9faa
commit
373dbf50ba
8 changed files with 87 additions and 26 deletions
|
|
@ -25,9 +25,8 @@ export default function StickyHeader({
|
|||
}
|
||||
};
|
||||
|
||||
checkPosition();
|
||||
|
||||
if (enabled) {
|
||||
checkPosition();
|
||||
window.addEventListener('scroll', checkPosition);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue