Skip to content

fix: anchor overlay render container to shell element for edge group …#1194

Merged
mathuo merged 1 commit intomasterfrom
docs/add-tab-groups-edge-groups-to-feature-lists
Apr 16, 2026
Merged

fix: anchor overlay render container to shell element for edge group …#1194
mathuo merged 1 commit intomasterfrom
docs/add-tab-groups-edge-groups-to-feature-lists

Conversation

@mathuo
Copy link
Copy Markdown
Owner

@mathuo mathuo commented Apr 16, 2026

…panels

The overlayRenderContainer (used by 'always' renderer panels) was anchored to gridview.element, but edge groups live outside the gridview in the shell layout. This caused panel content to be clipped by overflow:hidden when moved to an edge group. Anchor to shellManager.element instead, matching the existing rootDropTargetContainer fix.

Description

Type of change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation
  • Refactor / cleanup
  • Build / CI / tooling

Affected packages

  • dockview-core
  • dockview (vanilla JS)
  • dockview-react
  • dockview-vue
  • dockview-angular
  • docs

How to test

Checklist

  • yarn lint:fix passes
  • yarn format passes
  • npm run gen has been run and generated files are up to date
  • yarn test passes
  • I have added or updated tests where applicable
  • Breaking changes are documented

…panels

The overlayRenderContainer (used by 'always' renderer panels) was anchored
to gridview.element, but edge groups live outside the gridview in the shell
layout. This caused panel content to be clipped by overflow:hidden when
moved to an edge group. Anchor to shellManager.element instead, matching
the existing rootDropTargetContainer fix.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@mathuo mathuo merged commit 395ee65 into master Apr 16, 2026
7 checks passed
@sonarqubecloud
Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant