diff --git a/src/config.ts b/src/config.ts index d697d8b22..c47a1999e 100644 --- a/src/config.ts +++ b/src/config.ts @@ -45,7 +45,7 @@ const isBigScreen = typeof window !== 'undefined' && window.innerHeight >= 900; export const MIN_PASSWORD_LENGTH = 1; -export const MESSAGE_LIST_SENSITIVE_AREA = 500; +export const MESSAGE_LIST_SENSITIVE_AREA = 750; export const MESSAGE_LIST_SLICE = isBigScreen ? 60 : 40; export const MESSAGE_LIST_VIEWPORT_LIMIT = MESSAGE_LIST_SLICE * 2;