fix siphon anim

This commit is contained in:
ntr 2019-10-22 11:46:14 +11:00
parent a304f003d0
commit e3f906ef19
3 changed files with 9 additions and 3 deletions

View File

@ -235,6 +235,9 @@
width: 100%;
height: 100%;
position: absolute;
overflow: hidden;
max-height: 100%;
max-width: 100%;
}
.combat-anim svg {
@ -339,6 +342,9 @@
.skill-animation {
opacity: 0;
stroke-width: 5px;
overflow: hidden;
max-height: 100%;
max-width: 100%;
// height: 5em;
}

View File

@ -14,7 +14,7 @@ html body {
-ms-user-select: none;
overflow-x: hidden;
overflow-y: hidden;
// overflow-y: hidden;
}
#mnml {
@ -26,7 +26,7 @@ html body {
/* stops inspector going skitz*/
overflow-x: hidden;
overflow-y: hidden;
// overflow-y: hidden;
}
// @media (min-width: 1921px) {

View File

@ -70,7 +70,7 @@ function JoinButtons(args) {
<div></div>
<AccountBox />
<div class="instance-ctrl-btns">
<button disabled={true} >Chat</button>
<button disabled={true}>Chat</button>
<button
class='pvp ready full'
onClick={() => sendInstanceState(instances[0].id)}