Hi, I have added panels and shortcuts to the sidebar of our confluence space. However, when I click a link to take me to a page I have labelled, the page loads with the sidebar at the very top. I would ideally like it to load the page and have the sidebar open the page location in the page tree.
Is this possible to do?
My code is:
{panel:title=Title|borderStyle=solid|borderColor=#ee7326|titleBGColor=#ee7326|titleColor=black|bgColor=#FFFFFF}
{expand:Title}
{ContentByLabel:cql=label="Label Name"|showLabels=false|showSpace=false|max=20}
{expand}
{panel}
Thanks