Make the diff header sticky

This commit is contained in:
Eduard Heimbuch
2023-01-06 10:10:31 +01:00
parent 72dfe80843
commit 5c4c759bd2
9 changed files with 127 additions and 115 deletions

View File

@@ -41,7 +41,7 @@ type Props = {
const JumpToFileButton: FC<Props> = ({ link, tooltip }) => {
return (
<Tooltip message={tooltip} location="top">
<Tooltip message={tooltip} location="bottom">
<Button aria-label={tooltip} className="button is-clickable" to={link}>
<Icon name="file-code" color="inherit" alt="" />
</Button>