Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pandas_sphinx_theme/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
{% endblock %}

{% block docs_main %}
<main class="col-12 col-md-9 col-xl-8 py-md-3 pl-md-5 bd-content" role="main">
<main class="col py-md-3 pl-md-5 bd-content overflow-auto" role="main">
{% block docs_body %}
<div>
{% block body %} {% endblock %}
Expand Down