hide overflow

This commit is contained in:
Lone Iversen
2024-05-17 11:58:12 +02:00
parent 78c1bde6a2
commit 534350ce7a

View File

@@ -142,6 +142,7 @@ export class UmbImageCropperFocusSetterElement extends LitElement {
}
/* Wrapper is used to make the focal point position responsive to the image size */
#wrapper {
overflow: hidden;
position: relative;
display: flex;
margin: auto;