remove defer from list scrollbars

This commit is contained in:
jeffvli
2025-11-13 00:34:29 -08:00
parent f2d655d25a
commit dcc1ef311c
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();