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

View File

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

View File

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