remove defer from list scrollbars

This commit is contained in:
jeffvli
2025-11-13 00:34:29 -08:00
parent 4baa1c07d0
commit 4ef6342977
2 changed files with 2 additions and 2 deletions
@@ -765,7 +765,7 @@ export const ItemTableList = ({
);
const [initialize] = useOverlayScrollbars({
defer: true,
defer: false,
events: {
initialized(osInstance) {
const { viewport } = osInstance.elements();