From 78814cd7c7c1ac8d2ce07ab9bc1933835559885c Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Sun, 14 Jan 2018 10:50:53 +0530 Subject: [PATCH] style: fix comment syntax --- src/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/style.css b/src/style.css index 3613a74..98578f3 100644 --- a/src/style.css +++ b/src/style.css @@ -384,7 +384,8 @@ body > #demo-frame { /*line-height: 20px;*/ } .footer { - z-index: 6; // Because .console is 6 + /* Because .console is 6 */ + z-index: 6; } .main-header { display: flex;