From 89c546f74ff21c8760bce2bceb9bd90ea891f2e5 Mon Sep 17 00:00:00 2001 From: Harald Bamberger Date: Fri, 10 Nov 2023 15:29:50 +0100 Subject: [PATCH] fix resize-handle in right column header --- public/css/Tabulator5.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/css/Tabulator5.css b/public/css/Tabulator5.css index c6c4f925e..48124335f 100644 --- a/public/css/Tabulator5.css +++ b/public/css/Tabulator5.css @@ -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; +}