We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 85f6b98 + 953aa9c commit e3052e2Copy full SHA for e3052e2
1 file changed
packages/phosphor/src/DockPanel.ts
@@ -88,7 +88,7 @@ export class DockPanel extends HTMLWidget implements IMessageHandler, IMessageHo
88
this._pPlaceholder
89
.style("width", this.width() + "px")
90
.style("height", this.height() + "px")
91
- .style("overflow", "auto")
+ .style("overflow", "hidden")
92
;
93
94
element.select(".p-Widget")
0 commit comments