From 78155ee2d0c2f431e1f055d63e43a3cf97f8c519 Mon Sep 17 00:00:00 2001 From: sunhao Date: Fri, 5 Jul 2024 11:25:02 +0800 Subject: [PATCH] * dtable: show scrolling shadow on sorting col. --- lib/dtable/src/plugins/sort-col/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/dtable/src/plugins/sort-col/style.css b/lib/dtable/src/plugins/sort-col/style.css index 19ec007675..c811e1e61d 100644 --- a/lib/dtable/src/plugins/sort-col/style.css +++ b/lib/dtable/src/plugins/sort-col/style.css @@ -26,3 +26,6 @@ .has-sorting-col .scrollbar.is-horz { @apply !-opacity-[--scrollbar-opacity]; } +.has-sorting-col .dtable-scroll-shadow { + @apply -visible; +}