node-red / node-red

Low-code programming for event-driven applications
http://nodered.org
Apache License 2.0
18.93k stars 3.31k forks source link

Vertical ScrollBar issue within config dialog #4732

Open malee1975 opened 4 weeks ago

malee1975 commented 4 weeks ago

Current Behavior

When a configuration dialog is opened in Chrome or Edge. The vertical scrollbars appear even if the content is lower in height that the total area available, for example Screenshot 2024-05-28 163212 When a form input has data added or if there is another DOM event within the dialog the scrollbar disappears.

Expected Behavior

It is expected that the behavior on Chrome or Edge is the same as FireFox.

Steps To Reproduce

Just open any config dialog.

The issue is easy to resolve, I just modified the calculation for the height of the #node-config-edit-dialog-form

Screenshot 2024-05-28 163700

Example flow

paste your flow here

Environment