hide cursor in ace

This commit is contained in:
tdurieux
2021-04-06 18:17:47 +02:00
parent 19bd0702df
commit d87bd8276f
3 changed files with 14 additions and 4 deletions

View File

@@ -141,7 +141,7 @@ a.black_border:hover {
.files {
position: relative;
display: block;
overflow: scroll;
overflow: auto;
height: 100%;
}
@@ -324,3 +324,7 @@ loc .lang {
line-height: 140px;
text-align: center;
}
.ace_scroller {
cursor: default;
}