Skip to content

Commit

Permalink
Fixed z-index issue affecting hover and focus-in effects on course ca…
Browse files Browse the repository at this point in the history
…rds. Adjusted styling to ensure consistent hover behavior across all cards. Minor improvements to layout and spacing.
  • Loading branch information
Yash-Bandal authored Oct 19, 2024
1 parent 37a5b13 commit cf6a59c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ body.nav-active .navbar-list .navbar-link {
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}

.w-100 {
Expand Down Expand Up @@ -860,6 +861,7 @@ button:hover {
display: flex;
flex-direction: column;
gap: 24px;
z-index: 2;
}

.course-card:is(:hover, :focus-within) {
Expand Down

0 comments on commit cf6a59c

Please sign in to comment.