From 414c73665548145ab59b640c1b324639d191b9e6 Mon Sep 17 00:00:00 2001 From: Chris LaFreniere <40371649+chlafreniere@users.noreply.github.com> Date: Mon, 1 Apr 2019 23:09:00 -0700 Subject: [PATCH] Allow output area to be selectable again (#4714) --- src/sql/parts/notebook/cellViews/outputArea.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sql/parts/notebook/cellViews/outputArea.css b/src/sql/parts/notebook/cellViews/outputArea.css index 95317793ca..77d02f4755 100644 --- a/src/sql/parts/notebook/cellViews/outputArea.css +++ b/src/sql/parts/notebook/cellViews/outputArea.css @@ -8,6 +8,6 @@ output-area-component { output-area-component .notebook-output { border-top-width: 0px; - user-select: initial; + user-select: text; padding: 5px 20px 0px; } \ No newline at end of file