Skip to content

Commit 9503dec

Browse files
authored
Ji 5682 additional UI changes (#203)
* JI-5681 fix crop selector sizing in edge * JI-5681 fix floating point cropper selector dimensions * JI-5681 put back padding value * JI-5682 move container border and prevent user select around buttons for cropper
1 parent 2a0a77a commit 9503dec

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

libs/cropper.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
background-color: #2f323a;
99
text-align: center;
1010
padding: 35px;
11+
user-select: none;
1112
}
1213
.cropper-button {
1314
position: relative;
@@ -57,7 +58,6 @@
5758
}
5859
.cropper-canvas-container {
5960
position: relative;
60-
border: 1px solid #9e9e9e;
6161
}
6262
.cropper-canvas-container canvas {
6363
display: block;
@@ -185,3 +185,6 @@
185185
animation: none;
186186
z-index: 999;
187187
}
188+
.h5p-editing-image-popup {
189+
border: 1px solid #9e9e9e;
190+
}

0 commit comments

Comments
 (0)