Webgui scrollable control panel?

Hi, I hope this is not too much to ask but can we get a scrollable control bar in the netgen.webgui within jupyter notebook? I actually can’t see most of the controls because they are below the line. Thank you!

Hi micron,

I couldn’t manage to get the menu bar scrollable so far, but you may request a larger height for the widgets (needs latest release):

Draw(..., height="800px")

Alternative:
There is a larger update in preparation, you might test a dev build

pip install upgrade --pre webgui-jupyter-widgets

(--pre triggers dev builds to be installed). In this version, the “Fullscreen” button is the first option, so you can always go fullscreen and then have more space.

Best,
Matthias