diff --git a/core/modules/system/templates/html.html.twig b/core/modules/system/templates/html.html.twig index 50fa76f..6eb7005 100644 --- a/core/modules/system/templates/html.html.twig +++ b/core/modules/system/templates/html.html.twig @@ -42,7 +42,7 @@ {{ 'Skip to main content'|t }} {{ page_top }} - {{ page }} +
{{ page }}
{{ page_bottom }} {{ scripts_bottom }} diff --git a/core/modules/views/js/views-contextual.js b/core/modules/views/js/views-contextual.js index e5eb14b..957d060 100644 --- a/core/modules/views/js/views-contextual.js +++ b/core/modules/views/js/views-contextual.js @@ -11,7 +11,7 @@ var id = $('body').attr('data-views-page-contextual-id'); $('[data-contextual-id="' + id + '"]') - .closest(':has(.view)') + .closest(':has(.view):not(body)') .addClass('contextual-region'); } };