pl-fe: reduce default threshold for scroll top button
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
@ -24,7 +24,7 @@ const ScrollTopButton: React.FC<IScrollTopButton> = ({
|
||||
onClick,
|
||||
count,
|
||||
message,
|
||||
threshold = 400,
|
||||
threshold = 240,
|
||||
autoloadThreshold = 50,
|
||||
}) => {
|
||||
const intl = useIntl();
|
||||
|
||||
Reference in New Issue
Block a user