add render of markers to editor #4

This commit is contained in:
Michi 2024-11-14 21:58:11 +01:00
parent 94fb124a40
commit 6fda79b6c7
2 changed files with 30 additions and 2 deletions

View file

@ -159,6 +159,16 @@ body.viewer .editor {
flex-shrink: 1;
}
.imgContainer{
position: relative;
overflow: hidden;
}
.imageMarker{
position: absolute;
border: 2px solid red;
}
.step img{
width: 100%;
border-radius: 12px;