mirror of
https://github.com/bra1n/townsquare.git
synced 2025-03-04 10:04:37 +00:00
z-index: modals in front of menu
+fix padding
This commit is contained in:
parent
f60ed34ee3
commit
3020b2248c
2 changed files with 5 additions and 2 deletions
|
@ -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));
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue