web-padawan / vanilla-colorful

A tiny color picker custom element for modern web apps (2.7 KB) 🎨
https://web-padawan.github.io/vanilla-colorful/
MIT License
784 stars 29 forks source link

fix: center pointer fill using flexbox #76

Closed web-padawan closed 2 years ago

web-padawan commented 2 years ago

Fixes #57

Changed to use display: flex instead of position: absolute - inspired by https://github.com/omgovich/react-colorful/pull/175