Add style to zoom controls on family graph

This commit is contained in:
2025-06-18 14:10:26 +02:00
parent 10d5b9d63f
commit 7d454749e0
3 changed files with 55 additions and 38 deletions

View File

@ -287,6 +287,7 @@ document.addEventListener("alpine:init", () => {
config.activeUser,
);
this.graph.userZoomingEnabled(this.isZoomEnabled);
this.$refs.graph.prepend(this.$refs.zoomControl);
this.loading = false;
},
}));