Skip to content
Snippets Groups Projects
Commit e1100f97 authored by Eric Rosenbaum's avatar Eric Rosenbaum
Browse files

Fix handle div position

parent da4b492e
No related branches found
No related tags found
No related merge requests found
......@@ -113,6 +113,7 @@ $hover-scale: 1.25;
position: absolute;
width: $trim-handle-width;
height: $trim-handle-height;
right: 0;
}
.trimmer .trim-handle {
......@@ -123,7 +124,7 @@ $hover-scale: 1.25;
position: absolute;
width: $trim-handle-width;
height: $trim-handle-height;
left: calc(-$trim-handle-width + $trim-handle-border * 1.5);
left: calc($trim-handle-border * 1.5);
/* Make sure image dragging isn't triggered */
user-select: none;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment