Skip to content

Commit e3052e2

Browse files
authored
Merge pull request #4381 from GordonSmith/DOCK_PANEL_OVERFLOW
fix: Dock panel scrollbars are illogical
2 parents 85f6b98 + 953aa9c commit e3052e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/phosphor/src/DockPanel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export class DockPanel extends HTMLWidget implements IMessageHandler, IMessageHo
8888
this._pPlaceholder
8989
.style("width", this.width() + "px")
9090
.style("height", this.height() + "px")
91-
.style("overflow", "auto")
91+
.style("overflow", "hidden")
9292
;
9393

9494
element.select(".p-Widget")

0 commit comments

Comments
 (0)