ok, I came up with a fix, edit color.css in meta-box main CSS, and add the following lines to fix it..
.rwmb-color-wrapper .iris-picker {
position: absolute;
background: #ffffff !important;
border: 1px solid #f8f8f8 !important;
box-shadow: 0 0 20px rgba(0,0,0,.3);
-moz-box-shadow:Â 0 0 20px rgba(0,0,0,.3);
-webkit-box-shadow:Â 0 0 20px rgba(0,0,0,.3);
z-index: 5;
cursor: ns-resize;
}
regards