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%; width: 100%;
/** /**
* This is needed for WebKit * The transform and z-index
* otherwise the fade will appear * are needed for WebKit otherwise
* underneath the picker. * the fade will appear underneath the picker.
*/ */
transform: translateZ(0);
z-index: 1; z-index: 1;
pointer-events: none; pointer-events: none;