theme custom
diff --git a/sphinx_bootstrap_theme/bootstrap/globaltoc.html b/sphinx_bootstrap_theme/bootstrap/globaltoc.html
index d5df46c..0a6d687 100644
--- a/sphinx_bootstrap_theme/bootstrap/globaltoc.html
+++ b/sphinx_bootstrap_theme/bootstrap/globaltoc.html
@@ -1,4 +1,3 @@
-<li class="dropdown globaltoc-container">
   <a role="button"
      id="dLabelGlobalToc"
      data-toggle="dropdown"
@@ -7,4 +6,3 @@
   <ul class="dropdown-menu globaltoc"
       role="menu"
       aria-labelledby="dLabelGlobalToc">{{ toctree(maxdepth=theme_globaltoc_depth|toint, collapse=False, includehidden=theme_globaltoc_includehidden|tobool) }}</ul>
-</li>
diff --git a/sphinx_bootstrap_theme/bootstrap/navbar.html b/sphinx_bootstrap_theme/bootstrap/navbar.html
index 829a4c3..aed7169 100644
--- a/sphinx_bootstrap_theme/bootstrap/navbar.html
+++ b/sphinx_bootstrap_theme/bootstrap/navbar.html
@@ -24,7 +24,9 @@
               {%- endfor %}
             {% endif %}
             {% block navbartoc %}
-              {% include "globaltoc.html" %}
+              <li class="dropdown globaltoc-container">
+                {% include "globaltoc.html" %}
+              </li>
               {% if theme_navbar_pagenav %}
                 
               {% endif %}