From 5d3a0d33dfd4195b44ead7f864ac80c493f4442a Mon Sep 17 00:00:00 2001 From: Chintan Kavathia Date: Thu, 7 Nov 2024 14:19:33 +0530 Subject: [PATCH] fix: correct height and position for inner element fix `datatable-selection` element which is not correctly getting height and position. --- .../ngx-datatable/src/lib/components/datatable.component.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/projects/ngx-datatable/src/lib/components/datatable.component.scss b/projects/ngx-datatable/src/lib/components/datatable.component.scss index 77a575223..572d741a0 100644 --- a/projects/ngx-datatable/src/lib/components/datatable.component.scss +++ b/projects/ngx-datatable/src/lib/components/datatable.component.scss @@ -262,6 +262,10 @@ display: flex; } } + + datatable-selection { + display: inherit; + } } /**