diff --git a/packages/main/src/TabContainer.js b/packages/main/src/TabContainer.js index a49959929b2a..e2d83930d1a0 100644 --- a/packages/main/src/TabContainer.js +++ b/packages/main/src/TabContainer.js @@ -458,7 +458,7 @@ class TabContainer extends UI5Element { } async _onOverflowButtonClick(event) { - const button = this.overflowButton[0] || this.getDomRef().querySelector(".ui-tc__overflowButton > ui5-button"); + const button = this.overflowButton[0] || this.getDomRef().querySelector(".ui-tc__overflowButton > [ui5-button]"); if (event.target !== button) { return;