pickatime with classic theme is broken on Chrome 107
Hello, I've seen that with Chrome update 106 to 107 (my current version is 107.0.5304.87 (Official Build) (64-bit) on Linux Mint 20.03 ) the picker list items are not displayed correctly. An example of this can be seen for example at https://amsul.ca/pickadate.js/time/

With Firefox, the list are displayed as expect

Solution: https://github.com/amsul/pickadate.js/issues/1243#issuecomment-1302542717
same problem here
+1
+1 same here on version 3.6.4
+1
Change style to file "classic.css" Remove line 69 " transform: translateY(-1em) perspective(600px) rotateX(10deg);" Or transform: translate(-1em, 50%);
Change style to file "classic.css" Remove line 69 " transform: translateY(-1em) perspective(600px) rotateX(10deg);" Or transform: translate(-1em, 50%);
It work thanks.
Change style to file "classic.css" Remove line 69 " transform: translateY(-1em) perspective(600px) rotateX(10deg);" Or transform: translate(-1em, 50%);
Works also for me. Thanks a lot @DxMx3
Fix works for me as well. Is this something that will be in a new release ?
Helo, i have the some problem on chrome version 109.0.5414.120 and the fix don't work
@amsul I don't understand why a bugfix relesase was not released to fix this problem.
Is the project still alive or abandoned?