mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-23 08:43:50 +02:00
fix @tanstack/virtual not fully support smooth scroll behavior on dynamic height containers
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<BackToTopVirtual :virtualizer="virtualizer" :target="scrollViewportRef" :teleport-to="scrollRootRef" />
|
||||
<BackToTop :virtualizer="virtualizer" :target="scrollViewportRef" :tooltip="false" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
import { useAppearanceSettingsStore, useGroupStore } from '../../../stores';
|
||||
import { convertFileUrlToImageUrl } from '../../../shared/utils';
|
||||
|
||||
import BackToTopVirtual from '../../../components/BackToTopVirtual.vue';
|
||||
import BackToTop from '../../../components/BackToTop.vue';
|
||||
import Location from '../../../components/Location.vue';
|
||||
|
||||
const { isAgeGatedInstancesVisible } = storeToRefs(useAppearanceSettingsStore());
|
||||
|
||||
Reference in New Issue
Block a user