From 40a06bc459e5e7f776e9172c8c0a470f1c64f8f0 Mon Sep 17 00:00:00 2001 From: Lam Nguyen Date: Wed, 26 Mar 2025 11:43:07 -0700 Subject: [PATCH] fix: Removed negative z-index for working text cursor --- assets/css/v2/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/v2/style.css b/assets/css/v2/style.css index 787ad01..de17994 100644 --- a/assets/css/v2/style.css +++ b/assets/css/v2/style.css @@ -1068,7 +1068,6 @@ blockquote.side-callout { .highlight { padding: 0 1rem 0 1rem; position: relative; - z-index: -1; flex: 1; code .cl { @@ -1145,6 +1144,7 @@ li .code-block { position: absolute; margin-top: 8px; right: 1rem; + z-index: 2; } .code-copy-button:hover {