From d87bd8276fad8b15da032ee5443c1665ee6630de Mon Sep 17 00:00:00 2001 From: tdurieux Date: Tue, 6 Apr 2021 18:17:47 +0200 Subject: [PATCH] hide cursor in ace --- public/css/style.css | 6 +++++- public/explore.html | 2 +- public/script/exploreApp.js | 10 ++++++++-- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/public/css/style.css b/public/css/style.css index f72ea9a..11cfa17 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -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; +} diff --git a/public/explore.html b/public/explore.html index f018442..1c8c28e 100644 --- a/public/explore.html +++ b/public/explore.html @@ -43,7 +43,7 @@
-
+