Skip to content
Snippets Groups Projects
Commit baf488b5 authored by rhenck's avatar rhenck
Browse files

[editor] Fix invisible resize handle for some elements

parent 14fbfb49
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,9 @@ import { FormElementComponent } from '../../../../../../../common/form-element-c
[style.height.%]="100">
<div class="resizeHandle"
cdkDrag (cdkDragStarted)="dragStart()" (cdkDragMoved)="resizeElement($event)"
[style.right.px]="-1" [style.bottom.px]="-7">
[style.right.px]="-1"
[style.bottom.px]="-7"
[style.z-index]="5">
<mat-icon>aspect_ratio</mat-icon>
<div *cdkDragPlaceholder></div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment