aboutsummaryrefslogtreecommitdiff
path: root/js/src
diff options
context:
space:
mode:
Diffstat (limited to 'js/src')
-rw-r--r--js/src/dropdown.js2
-rw-r--r--js/src/tooltip.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/js/src/dropdown.js b/js/src/dropdown.js
index 3667fa111..06b561425 100644
--- a/js/src/dropdown.js
+++ b/js/src/dropdown.js
@@ -318,7 +318,7 @@ class Dropdown extends BaseComponent {
name: 'preventOverflow',
options: {
altBoundary: this._config.flip,
- rootBoundary: this._config.boundary
+ boundary: this._config.boundary
}
},
{
diff --git a/js/src/tooltip.js b/js/src/tooltip.js
index 6d85fde26..11209625c 100644
--- a/js/src/tooltip.js
+++ b/js/src/tooltip.js
@@ -509,7 +509,7 @@ class Tooltip extends BaseComponent {
{
name: 'preventOverflow',
options: {
- rootBoundary: this.config.boundary
+ boundary: this.config.boundary
}
},
{