fix hp-grid focus

This commit is contained in:
tree🌴 2024-03-18 02:47:28 +01:00
parent a5276a6a77
commit 53c4019a09
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@
}
.w3pn-hp-grid > div {
@apply aspect-video bg-[#0f0f0f] grid grid-rows-2 hover:bg-[#202020] cursor-pointer;
@apply z-10 aspect-video bg-[#0f0f0f] grid grid-rows-2 hover:bg-[#202020] cursor-pointer;
}
.w3pn-project-item {