From a12415f32ffbeb01fbaa27cb30bd65137639e393 Mon Sep 17 00:00:00 2001 From: sadakchap Date: Fri, 3 Sep 2021 11:07:45 +0530 Subject: [PATCH 1/2] bring modal on top of Sidebar --- src/components/Popover/Popover.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Popover/Popover.scss b/src/components/Popover/Popover.scss index e4971eff69..265b247faa 100644 --- a/src/components/Popover/Popover.scss +++ b/src/components/Popover/Popover.scss @@ -14,7 +14,7 @@ bottom: 0; right: 0; pointer-events: none; - z-index: 6; + z-index: 100; // This is just +1 z-index of Sidebar & > div { position: absolute; From 0e4be69a5148c248cef8bf2c51ed2db2935c9b39 Mon Sep 17 00:00:00 2001 From: sadakchap Date: Fri, 3 Sep 2021 11:15:30 +0530 Subject: [PATCH 2/2] updated changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68974f493f..6fe6e14079 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ - fix: date cell value not selected on double clicks (fn-faisal) [#1730](https://github.com/parse-community/parse-dashboard/pull/1730) ## Fixes +- Fixed bug when opening a big modal, modal content is not visible due to Sidebar (Prerna Mehra) [#1777](https://github.com/parse-community/parse-dashboard/pull/1778) - Fixed UI for a field containing an array of pointers (Prerna Mehra) [#1776](https://github.com/parse-community/parse-dashboard/pull/1776) - Fixed bug when editing or copying a field containing an array of pointers [#1770](https://github.com/parse-community/parse-dashboard/issues/1770) (Prerna Mehra) [#1771](https://github.com/parse-community/parse-dashboard/pull/1771)