From 2cedbb63f4782c946487849fabad3f828e932a0c Mon Sep 17 00:00:00 2001 From: ntr Date: Tue, 17 Sep 2019 12:59:55 +1000 Subject: [PATCH] stop animations resizing constructs --- client/assets/styles/game.less | 1 + 1 file changed, 1 insertion(+) diff --git a/client/assets/styles/game.less b/client/assets/styles/game.less index bd6adab4..43e9d795 100644 --- a/client/assets/styles/game.less +++ b/client/assets/styles/game.less @@ -198,6 +198,7 @@ .combat-anim { width: 100%; + position: absolute; display: flex; flex-flow: column; }