From 69aab8d2d364783f1d5de9c1a8b7336473631746 Mon Sep 17 00:00:00 2001 From: Brian Grohe Date: Thu, 31 Oct 2019 20:49:44 -0400 Subject: [PATCH] Added support for the shadowdom --- src/js/select2/dropdown/attachBody.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/select2/dropdown/attachBody.js b/src/js/select2/dropdown/attachBody.js index 1ef2373c..ca41a9dc 100644 --- a/src/js/select2/dropdown/attachBody.js +++ b/src/js/select2/dropdown/attachBody.js @@ -195,7 +195,7 @@ define([ left: 0 }; - if ($.contains(document.body, $offsetParent[0])) { + if ($.contains(document.body, $offsetParent[0]) || $offsetParent[0].isConnected) { parentOffset = $offsetParent.offset(); }