This question is related to my previous post (the MWE can be reused from there), and the links provided there.
I'm trying to draw a (complicated) diagram using tikz-cd, including big, curved arrows, which are causing the bounding box to be too large. I tried implementing the answers to the question that my prevous post was (marked as) a duplicate of, but was unable to do so because the \path[use as bounding box] command has some unexpected behavior inside a tikz-cd environment: Only part of the diagram was affected, and not in a way that seemed logical to me, so I was not able to make much use of it.
Hence, I'm looking for one of the following:
A way to implement the
\path[use as bounding box]command in a simple, natural way to adjust the bounding box of my (complete) diagram.A different solution to adjust the bounding box inside a
tikz-cddiagram.
