From 19fa0e3d6a21ececc07a42997fd7db8900553586 Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Tue, 17 May 2022 08:40:38 +0000 Subject: [PATCH] Fix: Due to the change in hinting for row colours, we now need the table to have a background colour when using the Scroller hashed background --- css/scroller.dataTables.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/css/scroller.dataTables.scss b/css/scroller.dataTables.scss index 6aca973..560356c 100644 --- a/css/scroller.dataTables.scss +++ b/css/scroller.dataTables.scss @@ -36,6 +36,7 @@ div.dts { ); table { + background-color: white; z-index: 2; } }