mirror of
https://github.com/tcsenpai/obsidiangarden_netlify.git
synced 2025-06-06 20:55:21 +00:00
Set z-index on correct class
This commit is contained in:
parent
c9f0d72b17
commit
21b9897782
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user