mirror of
https://github.com/getredash/redash.git
synced 2026-03-21 07:00:07 -04:00
12 lines
202 B
Plaintext
12 lines
202 B
Plaintext
.ace-editor-input {
|
|
// hide ghost cursor when not focused
|
|
.ace_hidden-cursors {
|
|
opacity: 0;
|
|
}
|
|
|
|
// allow Ant Form feedback icon to hover scrollbar
|
|
.ace_scrollbar {
|
|
z-index: auto;
|
|
}
|
|
}
|