diff --git a/packages/phosphor/src/DockPanel.ts b/packages/phosphor/src/DockPanel.ts index 6c5942279e..8c4cd3fb92 100644 --- a/packages/phosphor/src/DockPanel.ts +++ b/packages/phosphor/src/DockPanel.ts @@ -88,7 +88,7 @@ export class DockPanel extends HTMLWidget implements IMessageHandler, IMessageHo this._pPlaceholder .style("width", this.width() + "px") .style("height", this.height() + "px") - .style("overflow", "auto") + .style("overflow", "hidden") ; element.select(".p-Widget")