Skip to content

Commit

Permalink
1 more ting
Browse files Browse the repository at this point in the history
  • Loading branch information
salazarm committed Dec 20, 2024
1 parent 62e9458 commit 798f21f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,10 @@ export const InputDiv = styled.div`
${SelectionAutoCompleteInputCSS}
`;

// Z-index: 21 to beat out Dialog's z-index: 20
const GlobalHintStyles = createGlobalStyle`
.CodeMirror-hints {
z-index: 21;
background: ${Colors.popoverBackground()};
border: none;
border-radius: 4px;
Expand Down

0 comments on commit 798f21f

Please sign in to comment.