1
0
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:
Morris Brodersen
2024-06-24 08:56:53 +02:00
parent 46932737bc
commit e7c4c08e17

View File

@@ -7,6 +7,7 @@
transform: translate(110%, 0);
transition: all 0.2s ease-in-out;
text-align: center;
z-index: 99;
}
.app-date-picker.-show {