Skip to content

Commit

Permalink
Layout editor viewer: Element Groups with layer 0 show out of order (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
maurofmferrao authored Nov 6, 2023
1 parent 57e1d50 commit c5082fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/layout-editor/viewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -1453,7 +1453,7 @@ Viewer.prototype.renderElement = function(
});

// Update element group index
if (element.group.layer) {
if (element.group.layer != undefined) {
$groupContainer.css({
'z-index': element.group.layer,
});
Expand Down

0 comments on commit c5082fd

Please sign in to comment.