Skip to content

Commit d553475

Browse files
committed
fix: Dock panel scrollbars are illogical
Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
1 parent 2fe055c commit d553475

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
@@ -89,7 +89,7 @@ export class DockPanel extends HTMLWidget implements IMessageHandler, IMessageHo
8989
this._pPlaceholder
9090
.style("width", this.width() + "px")
9191
.style("height", this.height() + "px")
92-
.style("overflow", "auto")
92+
.style("overflow", "hidden")
9393
;
9494

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

0 commit comments

Comments
 (0)