From cf6a59c59eabff56ce33a42830fc5d4033bcca26 Mon Sep 17 00:00:00 2001 From: Yash Bandal <147707204+Yash-Bandal@users.noreply.github.com> Date: Sat, 19 Oct 2024 11:40:12 +0530 Subject: [PATCH] Fixed z-index issue affecting hover and focus-in effects on course cards. Adjusted styling to ensure consistent hover behavior across all cards. Minor improvements to layout and spacing. --- assets/css/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/css/style.css b/assets/css/style.css index 0ba0c423..4e48a578 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -324,6 +324,7 @@ body.nav-active .navbar-list .navbar-link { left: 0; width: 100%; height: 100%; + z-index: 1; } .w-100 { @@ -860,6 +861,7 @@ button:hover { display: flex; flex-direction: column; gap: 24px; + z-index: 2; } .course-card:is(:hover, :focus-within) {