Set z-index on correct class

This commit is contained in:
Ole Eskild Steensen 2022-10-13 16:54:38 +02:00
parent c9f0d72b17
commit 21b9897782

View File

@ -70,6 +70,7 @@ ul.task-list {
background-color: var(--background-secondary);
min-width: 25px;
display: flex;
z-index: 3;
}
.expand-line {
@ -82,7 +83,6 @@ ul.task-list {
padding: 20px;
width: 100%;
overflow-y: auto;
z-index: 3;
}
.backlink-card {