mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
Quickview: Fix positioning
This commit is contained in:
parent
1b7f5106b6
commit
f185eac4b5
@ -1387,8 +1387,7 @@
|
||||
});
|
||||
$quickViewTooltip.css({
|
||||
position: 'absolute',
|
||||
left: $tr.width() + ($quickViewTooltip.width() -
|
||||
($quickViewTooltip.width() / 2)),
|
||||
left: $tr.offset().left + $tr.width() - $quickViewTooltip.width(),
|
||||
top: $quickView.offset().top - 50,
|
||||
zIndex: $tr.closest('.panel').zIndex() + 1
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user