mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 05:53:53 -05:00
Fix/Help modal appears behind simulator modal
This commit is contained in:
parent
f927aa5788
commit
993a066d72
1 changed files with 5 additions and 0 deletions
|
|
@ -181,6 +181,11 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
margin-bottom: 1.5rem;
|
margin-bottom: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.modal {
|
||||||
|
z-index: 1066;
|
||||||
|
background-color: rgba($color: black, $alpha: 0.5);
|
||||||
|
}
|
||||||
|
|
||||||
.modal-title {
|
.modal-title {
|
||||||
margin-inline-end: 0.75rem;
|
margin-inline-end: 0.75rem;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue