Fix colorpicker positioning

main
Jake Dexheimer 7 years ago
parent c11206b338
commit aab6bad5e6

@ -62,6 +62,7 @@ export default class extends React.Component {
}
.colorpicker-picker {
position: absolute;
margin-left: -32px;
margin-top: 9px;
}

Loading…
Cancel
Save