fix resize-handle in right column header

This commit is contained in:
Harald Bamberger
2023-11-10 15:29:50 +01:00
parent 18f36c9d23
commit 89c546f74f
+3
View File
@@ -35,3 +35,6 @@
.tabulator-row.tabulator-selected:hover .tabulator-cell {
background-color: #769bcc;
}
.tabulator .tabulator-col-resize-handle:last-of-type {
z-index: 999999;
}