Skip to content

Commit 8ccb807

Browse files
committed
Fix modal logic in app state
1 parent 9a11357 commit 8ccb807

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

apps/src/metabase/appState.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ const getBaseStyles = () => `
6161
.minusx_style_absolute_container {
6262
position: absolute;
6363
}
64+
div[class$="Modal-root"] {
65+
position: absolute;
66+
top: 0;
67+
left: 0;
68+
}
6469
`;
6570

6671
const getHighlightStyles = () => `

0 commit comments

Comments
 (0)