Allow moving/dragging the crop boundary.

Currently unconstrained.
This commit is contained in:
2020-11-23 20:36:46 +01:00
parent e84c4f2b43
commit 5e0d4df2f7
2 changed files with 60 additions and 11 deletions

View File

@@ -183,6 +183,7 @@ body {
#crop_boundary {
border: 1px dashed rgb(255, 255, 255);
background: rgba(255, 255, 255, 0.4);
cursor: move;
position: absolute;
z-index: 200;
width: 500px;