@paubox/ui 0.13.0 → 0.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.esm.js +1 -1
- package/package.json +1 -1
package/index.esm.js
CHANGED
|
@@ -21975,7 +21975,7 @@ var Popper = function(param) {
|
|
|
21975
21975
|
overflow: maxHeight ? 'auto' : undefined
|
|
21976
21976
|
}, style),
|
|
21977
21977
|
children: children
|
|
21978
|
-
}), document.body);
|
|
21978
|
+
}), document.querySelector('[role="presentation"]') || document.body);
|
|
21979
21979
|
};
|
|
21980
21980
|
|
|
21981
21981
|
function _array_like_to_array$h(arr, len) {
|