mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 11:17:19 +08:00
fix(datetime): highlights now show above content in modal (#25756)
resolves #25755
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user