From 6bf2553d8228111f7b4cfe6a722a0e41672175c4 Mon Sep 17 00:00:00 2001 From: Haocen Xu Date: Mon, 4 Jun 2018 01:21:16 -0400 Subject: [PATCH] Minor style fix --- static/application.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/application.css b/static/application.css index 2b1ba3c..f366ff1 100644 --- a/static/application.css +++ b/static/application.css @@ -33,6 +33,7 @@ textarea { font-size: 13px; font-family: monospace; text-align: right; + user-select: none; } /* code box when locked */ @@ -48,6 +49,7 @@ textarea { overflow-x: scroll; overflow-y: hidden; box-sizing: border-box; + user-select: text; } #box code {