From 0b26be7036fcde04b314bbb0354c55c83716842c Mon Sep 17 00:00:00 2001 From: Ray Schamp Date: Fri, 23 Oct 2015 00:40:46 -0400 Subject: [PATCH] Make sure boxes aren't transparent --- src/components/box/box.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/box/box.scss b/src/components/box/box.scss index 99ef06dc0..c44d71a37 100644 --- a/src/components/box/box.scss +++ b/src/components/box/box.scss @@ -6,6 +6,7 @@ $base-bg: $ui-white; display: inline-block; border: 1px solid $ui-border; border-radius: 10px 10px 0 0; + background-color: $ui-white; width: 100%; .box-header {