Skip to content

Commit 604eb0b

Browse files
author
lucien martijn
committed
feat: add selecting/copying column names
1 parent f583361 commit 604eb0b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

media/styles/parquet-visualizer.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,13 @@ body {
5050
box-sizing: border-box;
5151
}
5252

53+
.tabulator-headers {
54+
user-select: text !important;
55+
-webkit-user-select: text !important;
56+
-moz-user-select: text !important;
57+
-ms-user-select: text !important;
58+
}
59+
5360
@media (max-width: 1024px) and (min-width: 769px) {
5461
#editor {
5562
height: 25%;

0 commit comments

Comments
 (0)