Merge branch 'home-page-change' of ssh://git.mnml.gg:40022/~/mnml into home-page-change

This commit is contained in:
Mashy 2019-10-22 11:12:48 +10:00
commit 7dc22bca90
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) {