diff --git a/templates/views-accordion-view.html.twig b/templates/views-accordion-view.html.twig
index 2451dc9..1803174 100644
--- a/templates/views-accordion-view.html.twig
+++ b/templates/views-accordion-view.html.twig
@@ -18,6 +18,7 @@
 {% if title %}
   <h3 class="js-views-accodion-group-header">{{ title }}</h3>
 {% endif %}
+<div>
 {% for row in rows %}
   {%
     set row_classes = [
@@ -29,3 +30,4 @@
     {{ row.content }}
   </div>
 {% endfor %}
+</div>
diff --git a/views-accordion.js b/views-accordion.js
index f90c11b..d1dacf5 100644
--- a/views-accordion.js
+++ b/views-accordion.js
@@ -18,7 +18,6 @@
           $(this.header, $display).each(function (i) {
             // Wrap the accordion content within a div if necessary.
             if (!this.usegroupheader) {
-              $(this).siblings().wrapAll('<div></div>');
               row_count++;
             }
           });
