horizon/horizon/static
Facundo Maldonado 0aff703f98 Change how scrollShift is calculated
In Firefox $('body').scrollTop returns 0, that's why the modal
appear outside the visible screen. Added $('hmtl).scrollTop.

var scrollShift = $('body').scrollTop() || $('html').scrollTop()

Closes-Bug: 1251361

Change-Id: Icf691eb140e091615a98f1fbd415428cd418ba9e
(cherry picked from commit 8950b90d17)
2013-12-21 21:26:08 +09:00
..
bootstrap/js Add ceilometerclient and bootstrap-datepicker as dependency. 2013-07-08 17:34:31 +08:00
horizon Change how scrollShift is calculated 2013-12-21 21:26:08 +09:00