diff --git a/resources/css/admin-style.css b/resources/css/admin-style.css index 425a26c..b83d7a8 100644 --- a/resources/css/admin-style.css +++ b/resources/css/admin-style.css @@ -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; +}