mirror of
https://github.com/tcsenpai/obsidiangarden_netlify.git
synced 2025-06-07 05:05:20 +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);
|
background-color: var(--background-secondary);
|
||||||
min-width: 25px;
|
min-width: 25px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
z-index: 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
.expand-line {
|
.expand-line {
|
||||||
@ -82,7 +83,6 @@ ul.task-list {
|
|||||||
padding: 20px;
|
padding: 20px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
z-index: 3;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.backlink-card {
|
.backlink-card {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user