mirror of
https://github.com/bra1n/townsquare.git
synced 2025-04-04 22:24:36 +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;
|
top: 3px;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
padding-right: 50px;
|
padding-right: 50px;
|
||||||
z-index: 200;
|
z-index: 75;
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
filter: drop-shadow(0 0 5px rgba(0, 0, 0, 1));
|
filter: drop-shadow(0 0 5px rgba(0, 0, 0, 1));
|
||||||
|
|
|
@ -56,8 +56,11 @@ export default {
|
||||||
}
|
}
|
||||||
.characters & {
|
.characters & {
|
||||||
background: rgba(0, 0, 0, 0.95);
|
background: rgba(0, 0, 0, 0.95);
|
||||||
max-height: 100%;
|
padding: 0;
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
max-height: 100%;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue