Merge pull request #655 from smartxworks/fix/expression-hint

style: change the style of the expression hint
This commit is contained in:
tanbowensg 2022-12-14 13:41:47 +08:00 committed by GitHub
commit 65474f7c3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ import ecmascript from '../../../constants/ecmascript';
injectGlobal`
.CodeMirror-hints {
zIndex: 1800
z-index: 1800 !important;
}
`;