fixed map overlapping modals
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 56s

This commit is contained in:
Tudor
2026-01-09 08:36:33 +00:00
parent 1e6019eac3
commit b0e2a42acc

View File

@@ -441,6 +441,7 @@ body {
transition: var(--transition);
position: relative;
overflow: hidden;
z-index: 0;
}
.school-card::before {
@@ -561,7 +562,6 @@ body {
cursor: pointer;
border: 1px solid var(--border-color);
transition: var(--transition);
isolation: isolate;
}
.school-map:hover {