Files
Memoh/apps
Acbox 887b6235bb fix(web): monaco editor not filling container height and scrolling to bottom
stream-monaco sets inline height/max-height/overflow styles (default
MAX_HEIGHT=500px) that override CSS classes. Use MutationObserver to
continuously clear those inline styles so h-full takes effect.

Also disable autoScrollInitial/autoScrollOnUpdate and explicitly set
cursor position to line 1 on mount, preventing the editor from
scrolling to the bottom of the file on open.
2026-04-04 21:51:28 +08:00
..
2026-04-04 21:10:00 +08:00
2026-04-04 21:10:00 +08:00