Skip to content

Commit

Permalink
Adjust stacking order of sibling elements within Job Editor container (
Browse files Browse the repository at this point in the history
…#1532)

* Adjust stacking order of sibling elements withing Job Editor container

* update changelog

* update changelog

---------

Co-authored-by: benedictus-yevu <[email protected]>
Co-authored-by: Taylor Downs <[email protected]>
  • Loading branch information
3 people authored Dec 6, 2023
1 parent 15da6a7 commit 8bcd3c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ and this project adheres to

### Fixed

- Adjusted z-index for Monaco Editor's sibling element to resolve layout
conflict [#1329](https://github.com/OpenFn/Lightning/issues/1329)

## [v0.11.0] - 2023-12-06

### Added
Expand Down
2 changes: 1 addition & 1 deletion assets/js/job-editor/JobEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ export default ({
</div>
<div
className={`${
showPanel ? 'flex flex-col flex-1 overflow-auto' : ''
showPanel ? 'flex flex-1 flex-col z-10 overflow-auto' : ''
} bg-white`}
>
<div
Expand Down

0 comments on commit 8bcd3c3

Please sign in to comment.