From a8c664b73ffba2780935e01c360cbd5e5c07ed2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Gonz=C3=A1lez=20Mu=C3=B1oz?= Date: Fri, 17 Nov 2023 11:01:03 +0100 Subject: [PATCH] fixes sticky behaviour of actions menu on scroll --- app/components/modal/component.tsx | 2 +- .../components/inventory-table/row-item/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/modal/component.tsx b/app/components/modal/component.tsx index 234b97e832..7688938e14 100644 --- a/app/components/modal/component.tsx +++ b/app/components/modal/component.tsx @@ -22,7 +22,7 @@ const CONTENT_CLASSES = { wide: `w-full sm:w-10/12 md:w-10/12 lg:w-10/12 xl:w-9/12 2xl:w-6/12 ${COMMON_CONTENT_CLASSES}`, }; -const OVERLAY_CLASSES = 'z-40 fixed inset-0 bg-black bg-blur'; +const OVERLAY_CLASSES = 'z-50 fixed inset-0 bg-black bg-blur'; export const Modal: React.FC = ({ id, diff --git a/app/layout/project/sidebar/project/inventory-panel/components/inventory-table/row-item/index.tsx b/app/layout/project/sidebar/project/inventory-panel/components/inventory-table/row-item/index.tsx index dc04d6b4cb..a2456fb233 100644 --- a/app/layout/project/sidebar/project/inventory-panel/components/inventory-table/row-item/index.tsx +++ b/app/layout/project/sidebar/project/inventory-panel/components/inventory-table/row-item/index.tsx @@ -66,7 +66,7 @@ const RowItem = ({ /> - +