diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-10-21 18:31:41 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-10-21 18:31:41 +0200 |
commit | da2bb2de876e0098c69492c45a257168e1b40c49 (patch) | |
tree | 0329e3da966a773a94682512a11e24023ec4ec8d | |
parent | 92233e0f8d7334f6d1b8df921fd16bfc5e6324fc (diff) | |
download | red-flag-over-paris-da2bb2de876e0098c69492c45a257168e1b40c49.tar.gz |
scroll_with_middle_mouse
-rw-r--r-- | play.css | 1 | ||||
-rw-r--r-- | play.js | 1 |
2 files changed, 0 insertions, 2 deletions
@@ -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; @@ -619,4 +619,3 @@ function on_update() { } build_user_interface() -scroll_with_middle_mouse("main") |