Allow output area to be selectable again (#4714)

This commit is contained in:
Chris LaFreniere
2019-04-01 23:09:00 -07:00
committed by GitHub
parent fdbfbb9238
commit 414c736655

View File

@@ -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;
}