• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/**
2 * Sphinx Doc Design -- Sticky sidebar Overrides
3 */
4
5div.sphinxsidebar {
6    top: 30px;
7    left: 0px;
8    position: fixed;
9    margin: 0;
10    float: none;
11}
12
13div.related {
14    position: fixed;
15}
16
17div.documentwrapper {
18    margin-top: 30px;
19}
20