fix: Resolve z-index stacking context issues by removing contain property and enhance card hover effects with explicit z-index and shadow transitions.

This commit is contained in:
kuekhaoyang
2025-11-30 10:37:52 +08:00
parent 69b60913a4
commit 39df2abcdc
5 changed files with 25 additions and 15 deletions
-1
View File
@@ -99,7 +99,6 @@ nav:where(.sticky, .fixed),
[class*="grid"]>* {
content-visibility: auto;
contain-intrinsic-size: auto 400px;
contain: layout style paint;
}
[class*="grid"]>a {