Fix/Help modal appears behind simulator modal

This commit is contained in:
Luc Mcgrady 2025-07-06 12:50:13 +01:00
parent f927aa5788
commit 993a066d72
No known key found for this signature in database
GPG key ID: 4F3D7A0B17CC3D9C

View file

@ -181,6 +181,11 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
margin-bottom: 1.5rem;
}
.modal {
z-index: 1066;
background-color: rgba($color: black, $alpha: 0.5);
}
.modal-title {
margin-inline-end: 0.75rem;
}