.sf4_property_inactive {
    position: relative;
}
.sf4_property_inactive::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0.6;
    cursor: pointer;
    z-index: 60;
}

.sf4_property {
    overflow: visible!important;
}