From 2aaf1457db7b905cd78c32736e5fc267902ffeb4 Mon Sep 17 00:00:00 2001 From: snownstone <61407739+snownstone@users.noreply.github.com> Date: Thu, 3 Dec 2020 12:04:27 +0800 Subject: [PATCH] change z-index from -1 to 1, so that the syntax comments of Here Documents in Commands and Arguments can stand out. --- _sass/_layout.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sass/_layout.scss b/_sass/_layout.scss index cef7558..03d99d1 100644 --- a/_sass/_layout.scss +++ b/_sass/_layout.scss @@ -599,7 +599,7 @@ pre em, code em { transition: 0.2s all; position: absolute; - z-index: -1; + z-index: 1; left: 10%; padding-left: 35em; /*width: 40em; 40em overflows the available space causing scroll bars when they're unnecessary */