/* Adds overflow to the Table of Contents on the side bar */
div[aria-label="main navigation"] div.sphinxsidebarwrapper div:first-child {
	overflow-x: auto;
}

/* Hides any API reference lists in the Table of Contents */
div[aria-label="main navigation"] div.sphinxsidebarwrapper div:first-child a[href="#api-reference"] + ul {
	display: none;
}