mirror of
https://github.com/getredash/redash.git
synced 2025-12-25 01:03:20 -05: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;
|
|
}
|
|
}
|