cool UI

how can we add common block on canvas?

set “z-index”

1
2
3
4
5
6
7
8
9
@charset "utf-8"
#canvas{
z-index: 1;
}
.block{
display: block;
position: absolute;
z-index: 5;
}

here is my demo