Fix that background effect overlapped the pagination buttons

This commit is contained in:
Jason Zimdars
2025-10-06 09:27:56 -05:00
parent dcffcd3d7b
commit 31f2e941b2
+1 -1
View File
@@ -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;
}
}