Use window scroll for grouped virtuosos

This commit is contained in:
schroda
2025-05-02 02:30:11 +02:00
parent 36fa8dbe38
commit 36aa822455
5 changed files with 31 additions and 10 deletions
+2
View File
@@ -181,3 +181,5 @@ type ExtractStringPaths<T> = T extends { path: infer P }
: ExtractChildRouteStringPaths<T>;
export type StaticAppRoute = ExtractStringPaths<(typeof AppRoutes)[keyof typeof AppRoutes]>;
export const GROUPED_VIRTUOSO_Z_INDEX = 2;