diff --git a/js/src/components/Local/CloseContent.vue b/js/src/components/Local/CloseContent.vue
index 01f303a4b..35a1e29cf 100644
--- a/js/src/components/Local/CloseContent.vue
+++ b/js/src/components/Local/CloseContent.vue
@@ -19,7 +19,7 @@
-
+
@@ -61,8 +61,8 @@ const emit = defineEmits(["doGeoLoc"]);
const { t } = useI18n({ useScope: "global" });
-const showScrollRightButton = ref(true);
-const showScrollLeftButton = ref(false);
+// const showScrollRightButton = ref(true);
+// const showScrollLeftButton = ref(false);
// const scrollContainer = ref();
@@ -97,9 +97,9 @@ const showScrollLeftButton = ref(false);
// evt.deltaY > 0 ? doScroll(evt, 300) : doScroll(evt, -300);
// };
-onMounted(async () => {
- scrollContainer.value.addEventListener("wheel", scrollHorizontalToVertical);
-});
+// onMounted(async () => {
+// scrollContainer.value.addEventListener("wheel", scrollHorizontalToVertical);
+// });
// onUnmounted(() => {
// if (scrollContainer.value) {