mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 14:35:45 +01:00
Make the diff header sticky
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user