From eb824c0cbc8e4599cca21781fb88c02a50d83bca Mon Sep 17 00:00:00 2001 From: Juraj Date: Fri, 14 Jul 2023 12:00:15 +0200 Subject: [PATCH] Fix #1243 - Chrome displaying blank time picker --- lib/themes/classic.time.css | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/themes/classic.time.css b/lib/themes/classic.time.css index c744fb27..1f3ca2a7 100644 --- a/lib/themes/classic.time.css +++ b/lib/themes/classic.time.css @@ -117,6 +117,7 @@ */ .picker--time .picker__holder { background: #f2f2f2; + transform: translate(-1em, 50%); } @media (min-height: 40.125em) { .picker--time .picker__holder {