APEX + CSS Classic report cards scale Effect

 To scale out the classic report cards on hover we need to put below two lines of code. Scale-out Copy CodeCopiedUse a different Browser.t-Cards .t-Cards-item .t-Card:hover { transform: scale(0.7); z-index:99;…