From 967f531eb538303cb32bde1809ab8221694e7b02 Mon Sep 17 00:00:00 2001 From: Art Lowel Date: Mon, 3 Oct 2022 17:08:58 +0200 Subject: [PATCH] fix issue where the padding of a thumbnail in list view would prevent the checkbox from being clickable --- src/app/shared/object-list/object-list.component.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/shared/object-list/object-list.component.scss b/src/app/shared/object-list/object-list.component.scss index e69de29bb2..a6368583cf 100644 --- a/src/app/shared/object-list/object-list.component.scss +++ b/src/app/shared/object-list/object-list.component.scss @@ -0,0 +1,3 @@ +ds-selectable-list-item-control { + z-index: 1 +}