Fix that background effect overlapped the pagination buttons
This commit is contained in:
@@ -461,7 +461,7 @@
|
||||
inset: calc(var(--column-width-collapsed) + var(--block-space-half)) 0 0 0;
|
||||
mask: var(--wavy-background-mask);
|
||||
position: absolute;
|
||||
z-index: 0;
|
||||
z-index: -1;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user