mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 03:00:58 +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%;
|
||||
|
||||
/**
|
||||
* 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;
|
||||
|
Reference in New Issue
Block a user