We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17a0f2e commit d3ff316Copy full SHA for d3ff316
packages/feedback/src/modal/integration.tsx
@@ -52,6 +52,7 @@ export const feedbackModalIntegration = ((): FeedbackModalIntegration => {
52
removeFromDom(): void {
53
shadowRoot.removeChild(el);
54
shadowRoot.removeChild(style);
55
+ DOCUMENT.body.style.overflow = originalOverflow;
56
},
57
open() {
58
renderContent(true);
0 commit comments