From 136633ef456e0333be7635d9c8513b1a03e30948 Mon Sep 17 00:00:00 2001 From: Caleb Evans Date: Fri, 17 Aug 2018 20:28:37 -0700 Subject: [PATCH] Add white background to frame container --- app/styles/_containers.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/styles/_containers.scss b/app/styles/_containers.scss index 1b01e19..c2fe5fc 100644 --- a/app/styles/_containers.scss +++ b/app/styles/_containers.scss @@ -36,6 +36,7 @@ body { .frame-container { position: relative; + background-color: #fff; } .selected-frame,