From d06d85dfdf657504063209f286050e3648f0755b Mon Sep 17 00:00:00 2001 From: Mario <37266965+majko96@users.noreply.github.com> Date: Sun, 27 Jun 2021 15:36:29 +0200 Subject: [PATCH 1/2] Fix scrolling on mobile devices Fix scrolling on mobile devices when user want pick a color from color pallete --- jquery.minicolors.css | 1 + 1 file changed, 1 insertion(+) diff --git a/jquery.minicolors.css b/jquery.minicolors.css index f60cb7f..426c929 100644 --- a/jquery.minicolors.css +++ b/jquery.minicolors.css @@ -55,6 +55,7 @@ z-index: 99999; box-sizing: content-box; display: none; + touch-action: none; } .minicolors-panel.minicolors-visible { From 0a878dd27ed702baafb28a721d64c435e6e7a121 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Fri, 5 Nov 2021 16:55:48 -0400 Subject: [PATCH 2/2] remove broken demo link --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 3bfc28d..c86f741 100755 --- a/README.md +++ b/README.md @@ -4,10 +4,6 @@ Developed by Cory LaViska for A Beautiful Site, LLC Licensed under the MIT license: http://opensource.org/licenses/MIT -## Demo & Documentation - -http://labs.abeautifulsite.net/jquery-minicolors/ - ## Install via NPM This is the official NPM version of MiniColors: