Skip to content
Merged
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
6 changes: 3 additions & 3 deletions tutorials/themes/tutorials-theme/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@

{%- macro bsidebar() %}
{%- if render_sidebar %}
<div class="{{ bs_span_prefix }}3" style="padding-left: 0px;">
<div id="sidebar" class="bs-sidenav card" role="complementary">
<div class="{{ bs_span_prefix }}3">
<div id="sidebar" class="bs-sidenav card" role="complementary" style="position: static !important;" >
{%- for sidebartemplate in sidebars %}
{%- include sidebartemplate %}
{%- endfor %}
Expand Down Expand Up @@ -84,7 +84,7 @@
{% endif %}

{% if pagename != "search" and pagename != "index" and pagename != "tutorials" and pagename != "documentation" and pagename != "examples" and pagename != "guides" %}
<div class="{{ bs_span_prefix }}3" style="padding-left: 0px;">
<div class="{{ bs_span_prefix }}3">
<div id="sidebar" class="bs-sidenav card" role="complementary">
<h3>Table of contents</h3>
{{toc}}
Expand Down