From f40df147f12d7dc794471860ea302ce9dc1fd7ac Mon Sep 17 00:00:00 2001 From: Mangala SSS Khalsa Date: Thu, 9 Jan 2020 15:27:27 -0700 Subject: [PATCH] Fix column hider not visible: set z-index of column hider PR 1372 updated dgrid.css but missed updating the Stylus source, this change updates ColumnHider.styl as well --- css/extensions/ColumnHider.styl | 1 + 1 file changed, 1 insertion(+) diff --git a/css/extensions/ColumnHider.styl b/css/extensions/ColumnHider.styl index 755b94bb1..d9b39f221 100644 --- a/css/extensions/ColumnHider.styl +++ b/css/extensions/ColumnHider.styl @@ -6,6 +6,7 @@ position: absolute; right: 0; top: 0; + z-index: 99999; } .dgrid-rtl-swap .dgrid-hider-toggle {