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 @@
-
+