fix z-index of expanded item title

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