Closed genemars closed 1 year ago
Hi @genemars, I plan to make some changes this week.
Looking forward to try next release then =)
Hi @genemars did you tried touch-action property? Will that be better solution for you? Same problem is with saturation and hue components
Hi @pIvan thanks for the hint, I added this:
compact-picker {
touch-action: none;
}
and it did the trick =)
Using the picker in a Material UI dialog, when sliding the vertical hue bar can sometimes trigger the "pull down to refresh" functionality of the browser even if
overscroll-behavior: contain!important;
is set. So as a possible solution it would be nice to have an attribute to set the hue bar to horizontal, since there is already such attribute for the stand-alonehue-component
.