project-flogo / flogo-web

Project Flogo Web UI
http://flogo.io
BSD 3-Clause "New" or "Revised" License
65 stars 36 forks source link

Flows: debugger panel scrollbar misalignment #1321

Closed fcastill closed 4 years ago

fcastill commented 4 years ago

Environment

How are you running Flogo Web?

Describe the bug

In flow when I select an activity that has both input and outputs and I open the debugger panel the panel content doesn't extend all the way to the right edge of the screen and there's a gap to the left of the scrollbar.

To Reproduce

Steps to reproduce the behavior:

  1. Create a flow
  2. Add an activity that has both inputs and outputs
  3. Select the activity and open the debugger panel
  4. Observer the vertical scrollbar of the debugger panel content

Include error logs if applicable.

Expected behavior

The scrollbar should be properly positioned.

Screenshots

Screen Shot 2020-08-04 at 2 48 33 PM

ppaidi commented 4 years ago

Fixed in the PR #1326