Skip to content

Commit f997779

Browse files
authored
Fix: Modal Z-index (#1778)
* bring modal on top of Sidebar * updated changelog
1 parent cbeaec0 commit f997779

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
- fix: date cell value not selected on double clicks (fn-faisal) [#1730](https://github.com/parse-community/parse-dashboard/pull/1730)
1212

1313
## Fixes
14+
- 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)
1415
- Fixed UI for a field containing an array of pointers (Prerna Mehra) [#1776](https://github.com/parse-community/parse-dashboard/pull/1776)
1516
- 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)
1617

src/components/Popover/Popover.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
bottom: 0;
1515
right: 0;
1616
pointer-events: none;
17-
z-index: 6;
17+
z-index: 100; // This is just +1 z-index of Sidebar
1818

1919
& > div {
2020
position: absolute;

0 commit comments

Comments
 (0)