From cb7e7e9a00e9bf2b9ae780ffd824a56fa4505c8c Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Mon, 31 Dec 2018 20:40:04 -0600 Subject: [PATCH] Fixed the meters blocking the growth buttons --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 0257e12..018a5af 100644 --- a/style.css +++ b/style.css @@ -576,6 +576,7 @@ body.dark .meterLabel { top: 0; left: 0; background: none; + pointer-events: none; } .meter #waveShape {