Fix colorpicker positioning

main
Jake Dexheimer 8 years ago
parent c11206b338
commit aab6bad5e6

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

Loading…
Cancel
Save