Skip to content

Commit

Permalink
After QA
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasOsti committed Jun 17, 2024
1 parent c3216a0 commit 5e90a3d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/bundle/ui-dev/src/modules/common/popup/popup.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ const Popup = ({
keyboard: !noKeyboard,
focus: hasFocus,
});
const initializedBackdropRootElement = bootstrapModal._backdrop._config.rootElement;

if (initializedBackdropRootElement !== rootDOMElement) {
bootstrapModal._backdrop._config.rootElement = rootDOMElement;
}

bootstrapModal.show();
};
Expand Down

0 comments on commit 5e90a3d

Please sign in to comment.