diff --git a/client/default.css b/client/default.css index cbde82b..f30aff7 100644 --- a/client/default.css +++ b/client/default.css @@ -26,14 +26,18 @@ html, body { cursor: move; } -#canvas0 { +#canvas-images { z-index: 0; +} + +#canvas0 { + z-index: 1; box-sizing: border-box; border: 1px solid black; } #canvas1 { - z-index: 1; + z-index: 2; pointer-events: none; opacity: 0.3; } @@ -82,4 +86,9 @@ html, body { .toolbar #brush-color::-moz-color-swatch { border: none; +} + +.floating-image { + position: absolute; + pointer-events: none; } \ No newline at end of file diff --git a/client/index.html b/client/index.html index 4b09fbd..69191db 100644 --- a/client/index.html +++ b/client/index.html @@ -22,5 +22,6 @@ +