From 469a16c2eec6fdbb3f7fd69cb3ecd9dc2d843bdd Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 25 Apr 2020 01:08:13 -0400 Subject: [PATCH] Switch to making the image a block element to fix the weird behavior --- macrovision.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macrovision.css b/macrovision.css index 17db4c3a..8fb0d77d 100644 --- a/macrovision.css +++ b/macrovision.css @@ -24,7 +24,6 @@ body { .entity-box { position: absolute; --height: 100px; - font-size: 0pt; max-height: var(--height); height: var(--height); text-align: center; @@ -37,6 +36,7 @@ body { } .entity-image { + display: block; height: 100%; pointer-events: auto; -webkit-user-drag: none;