[Lens] make the datatable content selectable

This commit is contained in:
Marta Bondyra 2021-07-30 11:39:17 +02:00 committed by GitHub
parent 1bfbd332fe
commit 6ef6574823
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,7 @@
.lnsVisualizationContainer {
@include euiScrollBar;
overflow: auto;
user-select: text;
}
.lnsExpressionRenderer {