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