fixed map overlapping modals
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 58s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 58s
This commit is contained in:
@@ -561,6 +561,8 @@ body {
|
||||
cursor: pointer;
|
||||
border: 1px solid var(--border-color);
|
||||
transition: var(--transition);
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.school-map:hover {
|
||||
@@ -965,7 +967,7 @@ body {
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 200;
|
||||
z-index: 1000;
|
||||
display: none;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
Reference in New Issue
Block a user