z-index: modals in front of menu

+fix padding
This commit is contained in:
nicfreeman1209 2021-02-03 23:50:19 +00:00
parent f60ed34ee3
commit 3020b2248c
2 changed files with 5 additions and 2 deletions

View File

@ -328,7 +328,7 @@ export default {
top: 3px;
text-align: right;
padding-right: 50px;
z-index: 200;
z-index: 75;
svg {
filter: drop-shadow(0 0 5px rgba(0, 0, 0, 1));

View File

@ -56,8 +56,11 @@ export default {
}
.characters & {
background: rgba(0, 0, 0, 0.95);
max-height: 100%;
padding: 0;
height: 100%;
width: 100%;
max-width: 100%;
max-height: 100%;
overflow-y: auto;
}