diff --git a/app/lib/components/term.js b/app/lib/components/term.js index 468c3d18..2487e75b 100644 --- a/app/lib/components/term.js +++ b/app/lib/components/term.js @@ -248,7 +248,8 @@ export default class Term extends Component { right: 0, width: '50px', top: 0, - bottom: 0 + bottom: 0, + pointerEvents: 'none' } }; }