Skip to content

Commit 8e71694

Browse files
authored
minor regression (#2734)
1 parent 03dfe81 commit 8e71694

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/widgets/help.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ class HelpWidget {
2222

2323
let widgetWindow = window.widgetWindows.windowFor(this, "help", "help");
2424
widgetWindow.getWidgetBody().style.overflowY = "auto";
25-
const canvasHeight = docById("myCanvas").getBoundingClientRect().height;
26-
widgetWindow.getWidgetBody().style.maxHeight = `${0.75 * canvasHeight}px`;
25+
// const canvasHeight = docById("myCanvas").getBoundingClientRect().height;
26+
widgetWindow.getWidgetBody().style.maxHeight = "500px";
2727
this.widgetWindow = widgetWindow;
2828
widgetWindow.clear();
2929
widgetWindow.show();

0 commit comments

Comments
 (0)