Skip to content

Commit 7ac97fb

Browse files
authored
fix(build): add missing styles (#1220)
1 parent 4de5c57 commit 7ac97fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postcss/scope.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ const getModalExtensions = (selector) => {
5757
return "";
5858
}
5959

60-
return `, body > [role='toolbar'] ${selector}, body [data-overlay-container] ${selector}, body [role='dialog'] ${selector}`;
60+
return `, body > [role='toolbar'] ${selector}, body [data-overlay-container] ${selector}, body [role='dialog'] ${selector}, body [data-is-underlay="true"] ${selector}`;
6161
};

0 commit comments

Comments
 (0)