mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-22 05:03:56 +00:00
Improve accessibility
This commit is contained in:
@@ -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" : "")
|
||||
|
||||
Reference in New Issue
Block a user