mirror of
https://github.com/michivonah/click-guide.git
synced 2025-12-22 22:16:28 +01:00
add render of markers to editor #4
This commit is contained in:
parent
94fb124a40
commit
6fda79b6c7
2 changed files with 30 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue