Jump to content

Featured Replies

Posted

It is nice that the sidebar can be made to stick. It would be nice if there was also the ability to make it scrollable, independent from the main page.

Thank you for your consideration.

You can with theme editor global, sidebar, turn off sticky sidebar

  • Author
4 hours ago, Drewfus said:

You can with theme editor global, sidebar, turn off sticky sidebar

That doesn't allow for the sidebar to be independent of the main page, though.

There are no plans to implement this by default, however you can achieve that using CSS if you wish:

/* Scrollable sidebar */
.ipsLayout__secondary-sticky-inner{
	max-height: calc(100vh - var(--i-sticky-offset) - var(--i-sp_block) * 2);
	overflow: auto;
}
  • Author
13 hours ago, Ehren said:

There are no plans to implement this by default, however you can achieve that using CSS if you wish:

/* Scrollable sidebar */.ipsLayout__secondary-sticky-inner{
	max-height: calc(100vh - var(--i-sticky-offset) - var(--i-sp_block) * 2);
	overflow: auto;
}

Appreciate the tip.

Recently Browsing 0

  • No registered users viewing this page.