Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
mamayaya1
GitHub Repository: mamayaya1/game
Path: blob/main/projects/HexGL/libs/Editor_files/editor.css
4627 views
1
.ace_gutter {
2
-webkit-touch-callout: none;
3
-webkit-user-select: none;
4
-khtml-user-select: none;
5
-moz-user-select: none;
6
-ms-user-select: none;
7
user-select: none;
8
}
9
10
.ace_sb {
11
overflow-y: hidden !important;
12
}
13
14
#editor {
15
background: #272822;
16
}
17