Improve accessibility

This commit is contained in:
momo5502
2025-09-28 12:51:26 +02:00
parent 7f8716b648
commit 1be8d70bb7
2 changed files with 8 additions and 2 deletions

View File

@@ -336,6 +336,7 @@ export class Output extends React.Component<OutputProps, FullOutputState> {
style={{ height: this.state.height, width: this.state.width }}
/>
<Button
title="Scroll to end"
className={
"absolute bottom-6 right-6 z-50 terminal-glass transition-opacity duration-50 ease-linear " +
(this.state.autoScroll ? "opacity-0" : "")