diff --git a/src/renderer/features/albums/components/expanded-album-list-item.module.css b/src/renderer/features/albums/components/expanded-album-list-item.module.css index c94abeed5..f215a82c3 100644 --- a/src/renderer/features/albums/components/expanded-album-list-item.module.css +++ b/src/renderer/features/albums/components/expanded-album-list-item.module.css @@ -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; }