fix(datetime): highlights now show above content in modal (#25756)

resolves #25755
This commit is contained in:
Liam DeBeasi
2022-08-12 10:39:15 -05:00
committed by GitHub
parent abb56d22b4
commit d7116581c8

View File

@ -37,10 +37,12 @@
width: 100%;
/**
* This is needed for WebKit
* otherwise the fade will appear
* underneath the picker.
* The transform and z-index
* are needed for WebKit otherwise
* the fade will appear underneath the picker.
*/
transform: translateZ(0);
z-index: 1;
pointer-events: none;