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).
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: