mirror of
https://github.com/klaussilveira/gitlist.git
synced 2025-11-17 11:10:57 +01:00
fixed a positioning issue with the commit detail overlay
This commit is contained in:
@@ -524,7 +524,7 @@
|
||||
detailOverlay.setCommit( this.data('commit'))
|
||||
.show()
|
||||
.positionTo( evt.pageX - commitsGraph.position().left + commitsGraph.scrollLeft() - 200,
|
||||
evt.pageY - commitsGraph.position().top + commitsGraph.scrollLeft() + 10);
|
||||
evt.pageY - commitsGraph.position().top + commitsGraph.scrollTop() + 10);
|
||||
}
|
||||
|
||||
function handleCommitMouseout(evt) {
|
||||
|
||||
Reference in New Issue
Block a user