Closed bjarnef closed 5 years ago
When using ModelsBuilder and having the "Save and generate models" action, it can also be reproduced on document types.
In this case .umb-group-builder__property-tags
has z-index: 20;
so the z-index
of the footer need to be increased further, e.g. z-index: 30;
.
In grid it seems the grid overlay overlap the dropup button in footer.
I seems to be because this overlay has
z-index: 5;
while.umb-editor-footer
only hasz-index: 1;
When changing
.umb-editor-footer
to e.g.z-index: 10;
it seems to fix it in this scenario.