fixed map overlapping modals
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 56s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 56s
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user