From 266350153ebdb75db9eb8306ff97aeca8cc39278 Mon Sep 17 00:00:00 2001
From: adroitwhiz <adroitwhiz@protonmail.com>
Date: Tue, 5 May 2020 08:34:49 -0400
Subject: [PATCH] Remove box-sizing: content-box on sprite highlight

---
 src/components/stage/stage.css | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/components/stage/stage.css b/src/components/stage/stage.css
index 19496c09b..a4447de98 100644
--- a/src/components/stage/stage.css
+++ b/src/components/stage/stage.css
@@ -133,7 +133,6 @@ to adjust for the border using a different method */
 }
 
 .frame {
-    box-sizing: content-box !important;
     background: $motion-transparent;
     border: 2px solid $motion-primary;
     border-radius: 0.5rem;
-- 
GitLab