Skip to content

Commit aaf100b

Browse files
committed
Fix default model overlay fix
1 parent 8ccb807 commit aaf100b

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

apps/src/metabase/appState.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@ const getBaseStyles = () => `
6666
top: 0;
6767
left: 0;
6868
}
69+
div.emotion-Modal-root {
70+
position: absolute;
71+
top: 0;
72+
left: 0;
73+
}
6974
`;
7075

7176
const getHighlightStyles = () => `

extension/src/content/content.styles.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,4 +115,10 @@ div[class$="Modal-root"] {
115115
position: absolute;
116116
top: 0;
117117
left: 0;
118+
}
119+
120+
div.emotion-Modal-root {
121+
position: absolute;
122+
top: 0;
123+
left: 0;
118124
}

0 commit comments

Comments
 (0)