Skip to content

Commit 953aa9c

Browse files
committed
fix: Dock panel scrollbars are illogical
Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
1 parent 85f6b98 commit 953aa9c

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)