mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-02-13 02:42:45 +00:00
hide cursor in ace
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user