diff --git a/client/css/style.css b/client/css/style.css index 9bfe5149..d1e7bdf8 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -103,6 +103,8 @@ button { margin: 0; outline: none; padding: 0; + -moz-user-select: inherit; /* Firefox makes buttons unselectable by default which breaks copying */ + user-select: inherit; } code,