mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
fix z-index of expanded item title
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user