hadnlign focal point picker display

This commit is contained in:
Antoine M 2024-03-13 17:54:31 +01:00
parent 91a9ce6be4
commit b78cae459e

View File

@ -36,3 +36,11 @@ h6 {
@apply bg-blue-500 text-white px-4 my-3 mb-6 rounded-md;
}
}
.components-focal-point-picker {
display: block !important;
}
.components-focal-point-picker__grid {
width: 100% !important;
height: 100% !important;
}