-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Description
When opening the Code sidebar to view SDK implementation (Python/TypeScript/cURL), certain UI elements from the main workflow canvas (specifically the Input Files card) remain visible and appear on top of the code overlay. This obscures the code and interferes with the user's ability to read or copy the generated script.
Steps to Reproduce
- Navigate to a workflow run page (e.g.,
retab.com/dashboard/workflows/.../runs/create). - Ensure there is an Input Files node present on the canvas.
- Click on the <> Code button in the top navigation bar.
- Observe the code sidebar sliding out from the left.
Expected Behaviour
The Code sidebar should be the topmost layer (highest z-index), completely covering any canvas elements underneath it.
Actual Behaviour
The Input Files popover component is rendered over the Code sidebar, blocking the view of the initialization logic and variables.
Environment Information
- Platform: Windows 11
- URL:
https://www.retab.com/dashboard/workflows/workflow_${id}/runs/create - Browser: Chrome
Screenshots

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels