You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix CSS specificity: use .xterm .xterm-viewport\ selector with !important\ to properly override xterm.js's built-in \overflow-y: scroll\ — xterm.css is imported after index.css in the bundle, so .xterm-viewport\ (0,1,0) was always defeated by xterm's .xterm .xterm-viewport\ (0,2,0)
Rely on xterm.js native wheel handling for alternate screen mode (sends arrow key sequences or mouse events to TUI apps depending on app mouse tracking mode)
No custom wheel event handler — avoids double-firing and unexpected arrow key side effects