From 52f47a216b45913cce213b6b7b8dd6a0ac37cee2 Mon Sep 17 00:00:00 2001 From: Shivam Kumar Date: Wed, 4 Mar 2026 13:52:37 +0530 Subject: [PATCH] SCAL-299530 fixed bug of modal overlay with table --- src/components/DevDocTemplate/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/DevDocTemplate/index.tsx b/src/components/DevDocTemplate/index.tsx index 03d1b953e..c432d67b2 100644 --- a/src/components/DevDocTemplate/index.tsx +++ b/src/components/DevDocTemplate/index.tsx @@ -337,6 +337,7 @@ const DevDocTemplate: FC = (props) => { const customStyles = { overlay: { background: 'rgba(50,57,70, 0.9)', + zIndex: 10, }, content: { top: '50px',