From 02b4d63616d9b3d1652ed62f3ba1c0a25532fe29 Mon Sep 17 00:00:00 2001 From: Radhika Vissamsetty Date: Thu, 7 Dec 2023 15:10:26 +0530 Subject: [PATCH] Popover menu is hiding behind other elements --- app/cdap/components/NamespacesPicker/NamespacesPicker.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/cdap/components/NamespacesPicker/NamespacesPicker.scss b/app/cdap/components/NamespacesPicker/NamespacesPicker.scss index de5da9d9382..30655211576 100644 --- a/app/cdap/components/NamespacesPicker/NamespacesPicker.scss +++ b/app/cdap/components/NamespacesPicker/NamespacesPicker.scss @@ -39,7 +39,7 @@ $monitor-more-color: $blue-02; .popper { width: 300px; - z-index: 1; // need to be on top of the svg graph + z-index: 999; // need to be on top of the svg graph text-align: left; .popover-content {