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
@@ -287,7 +287,7 @@ export const ItemGridList = ({
const internalState = useItemListState(getDataFn);
const [initialize] = useOverlayScrollbars({
defer: true,
defer: false,
events: {
initialized(osInstance) {
const { viewport } = osInstance.elements();