From 3efd4e29c92dd0cf68cb7eac9e926f48047bf34d Mon Sep 17 00:00:00 2001 From: Panos Sakkos Date: Tue, 24 Nov 2015 22:36:11 +0100 Subject: [PATCH] Fixes #122 --- css/grayscale.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/grayscale.scss b/css/grayscale.scss index cb22e7624..12009b6d1 100644 --- a/css/grayscale.scss +++ b/css/grayscale.scss @@ -391,7 +391,8 @@ body { right: 0; bottom: 0; left: 0; - > div { + z-index: 1; + > div { background-color: rgba(20, 20, 20, 0.6); padding: 10px; @media(min-width:768px) {