mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Fixed z index problem with lines in visual console. Ticket #2741
This commit is contained in:
parent
56a34e6b27
commit
47c3780f42
@ -1727,6 +1727,7 @@ function insertDB(type, values) {
|
||||
item = $('<div id="handler_start_' + id + '" ' +
|
||||
'class="item handler_start" ' +
|
||||
'style="text-align: center; ' +
|
||||
'z-index: 1;' +
|
||||
'position: absolute; ' +
|
||||
'top: ' + (values['line_start_y'] - radious_handle) + 'px; ' +
|
||||
'left: ' + (values['line_start_x'] - radious_handle) + 'px;">' +
|
||||
@ -1741,6 +1742,7 @@ function insertDB(type, values) {
|
||||
item = $('<div id="handler_end_' + id + '" ' +
|
||||
'class="item handler_end" ' +
|
||||
'style="text-align: center; ' +
|
||||
'z-index: 1;' +
|
||||
'position: absolute; ' +
|
||||
'top: ' + (values['line_end_y'] - radious_handle) + 'px; ' +
|
||||
'left: ' + (values['line_end_x'] - radious_handle) + 'px;">' +
|
||||
|
Loading…
x
Reference in New Issue
Block a user