blob: 088d499262c2c820b52630439405a343571e4590 [file]
/* Avoid the uncessary scrollbar on the primiary sidebar
See: https://github.com/executablebooks/sphinx-book-theme/issues/732 */
#rtd-footer-container {
margin: 0px !important;
}