summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--play.css1
-rw-r--r--play.js1
2 files changed, 0 insertions, 2 deletions
diff --git a/play.css b/play.css
index 69eaff1..5ab9bd6 100644
--- a/play.css
+++ b/play.css
@@ -69,7 +69,6 @@ body.censorship #hand_panel { min-width: 1370px; }
.panel_header {
background-color: #444;
color: hsl(40, 60%, 90%);
- user-select: none;
font-weight: bold;
text-align: center;
padding: 3px 1em;
diff --git a/play.js b/play.js
index 47d1418..79aec26 100644
--- a/play.js
+++ b/play.js
@@ -619,4 +619,3 @@ function on_update() {
}
build_user_interface()
-scroll_with_middle_mouse("main")