Skip to content

Commit

Permalink
Fix editor panel overlays output panel when scrolled (#2574)
Browse files Browse the repository at this point in the history
  • Loading branch information
midigofrank authored Oct 11, 2024
1 parent e112392 commit c0dea80
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 @@ -21,6 +21,9 @@ and this project adheres to

### Fixed

- Fix editor panel overlays output panel when scrolled
[#2291](https://github.com/OpenFn/lightning/issues/2291)

## [v2.9.9] - 2024-10-09

### Changed
Expand Down
2 changes: 1 addition & 1 deletion lib/lightning_web/live/workflow_live/components.ex
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ defmodule LightningWeb.WorkflowLive.Components do
>
<div
id={"#{@id}-panel-header"}
class="flex justify-between items-center p-2 px-4 panel-header"
class="flex justify-between items-center p-2 px-4 panel-header z-50"
>
<div
id={"#{@id}-panel-header-title"}
Expand Down

0 comments on commit c0dea80

Please sign in to comment.