We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03dfe81 commit 8e71694Copy full SHA for 8e71694
js/widgets/help.js
@@ -22,8 +22,8 @@ class HelpWidget {
22
23
let widgetWindow = window.widgetWindows.windowFor(this, "help", "help");
24
widgetWindow.getWidgetBody().style.overflowY = "auto";
25
- const canvasHeight = docById("myCanvas").getBoundingClientRect().height;
26
- widgetWindow.getWidgetBody().style.maxHeight = `${0.75 * canvasHeight}px`;
+ // const canvasHeight = docById("myCanvas").getBoundingClientRect().height;
+ widgetWindow.getWidgetBody().style.maxHeight = "500px";
27
this.widgetWindow = widgetWindow;
28
widgetWindow.clear();
29
widgetWindow.show();
0 commit comments