From 3e28303c5d5ff799855aea3616eb72f9b7df1e7b Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Tue, 21 Apr 2020 18:52:06 -0400 Subject: [PATCH] Remove absolute positioning from entity images. This fixes them flying into the air for some reason --- macrovision.css | 1 - 1 file changed, 1 deletion(-) diff --git a/macrovision.css b/macrovision.css index da2043c3..ba06b2eb 100644 --- a/macrovision.css +++ b/macrovision.css @@ -36,7 +36,6 @@ body { } .entity-image { - position: absolute; height: 100%; pointer-events: auto; -webkit-user-drag: none;