mirror of
https://github.com/morris/vanilla-todo.git
synced 2025-08-21 13:21:29 +02:00
fix z-indexing issue with date picker
This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
transform: translate(110%, 0);
|
transform: translate(110%, 0);
|
||||||
transition: all 0.2s ease-in-out;
|
transition: all 0.2s ease-in-out;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
z-index: 99;
|
||||||
}
|
}
|
||||||
|
|
||||||
.app-date-picker.-show {
|
.app-date-picker.-show {
|
||||||
|
Reference in New Issue
Block a user