Commit c254cb03 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix affix for issue and merge request with image in description

parent e993b59b
...@@ -16,6 +16,7 @@ class @Issue ...@@ -16,6 +16,7 @@ class @Issue
updateTaskState updateTaskState
) )
$('.issue-details').waitForImages ->
$('.issuable-affix').affix offset: $('.issuable-affix').affix offset:
top: -> top: ->
@top = $('.issue-details').outerHeight(true) + 25 @top = $('.issue-details').outerHeight(true) + 25
......
...@@ -20,9 +20,10 @@ class @MergeRequest ...@@ -20,9 +20,10 @@ class @MergeRequest
if $("a.btn-close").length if $("a.btn-close").length
$("li.task-list-item input:checkbox").prop("disabled", false) $("li.task-list-item input:checkbox").prop("disabled", false)
$('.merge-request-details').waitForImages ->
$('.issuable-affix').affix offset: $('.issuable-affix').affix offset:
top: -> top: ->
@top = $('.merge-request-details').outerHeight(true) + 70 @top = $('.merge-request-details').outerHeight(true) + 91
bottom: -> bottom: ->
@bottom = $('.footer').outerHeight(true) @bottom = $('.footer').outerHeight(true)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment