Skip to content

UX: vertical scrollbar should not overlap subflow toolbar #5522

@knolleary

Description

@knolleary

Current Behavior

The vertical scrollbar top needs to adjust if the workspace toolbar is visible (shown when a subflow has been opened in the editor).

Image

The vertical scrollbar id is #red-ui-workspace-scroll-v. It is managed in packages/node_modules/@node-red/editor-client/src/js/ui/workspaces.js - updateScrollbars is called whenever the scrollbars need refreshing due to layout changes. It needs to check if #red-ui-workspace-toolbar is visible, and if so, adjust the top to account for it.

Environment

  • Node-RED version: 5.0.0-beta.3 (dev branch)
  • Node.js version:
  • npm version:
  • Platform/OS:
  • Browser:

Metadata

Metadata

Assignees

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions