diff --git a/frontend/editor.css b/frontend/editor.css index 6d7b3d868..4d046cd5f 100644 --- a/frontend/editor.css +++ b/frontend/editor.css @@ -2523,9 +2523,9 @@ pluto-helpbox.hidden > section { body > pluto-helpbox { position: static; width: auto; - height: auto; + height: 100vmax; } -body > pluto-helpbox > header > button.helpbox-popout { +body > pluto-helpbox > header > button:is(.helpbox-close, .helpbox-popout) { display: none; }