fix z-index of expanded item title

This commit is contained in:
jeffvli
2025-09-28 20:38:46 -07:00
parent 5f79229970
commit 7d2f1a24be
@@ -43,7 +43,7 @@
} }
.item-title { .item-title {
z-index: 100; z-index: 10;
display: -webkit-box; display: -webkit-box;
overflow: hidden; overflow: hidden;
-webkit-line-clamp: 2; -webkit-line-clamp: 2;
@@ -54,6 +54,7 @@
} }
.item-subtitle { .item-subtitle {
z-index: 10;
color: black; color: black;
white-space: nowrap; white-space: nowrap;
} }