Browse Source

fixed sidebar content hidden issue

pull/610/head
mohd-abdul-raheem 5 years ago
parent
commit
530145c33e
  1. 5
      docs/_static/custom.css

5
docs/_static/custom.css

@ -0,0 +1,5 @@
div.sphinxsidebar {
max-height: calc(100% - 30px);
overflow-y: auto;
overflow-x: hidden;
}
Loading…
Cancel
Save