mirror of
https://github.com/smartxworks/sunmao-ui.git
synced 2024-11-27 08:39:59 +08:00
let tooltip show on top of modal
This commit is contained in:
parent
4579029dd6
commit
d2b6b189a0
@ -11,3 +11,7 @@
|
||||
@import 'codemirror/addon/hint/show-hint.css';
|
||||
@import 'codemirror/addon/tern/tern.css';
|
||||
|
||||
/* let tooltip show on top of modal */
|
||||
.CodeMirror-Tern-tooltip {
|
||||
z-index: 1800;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user