From ea7f8791ab43c9929184d3504c39cbe627de8c6d Mon Sep 17 00:00:00 2001 From: Canapin Date: Sat, 11 Mar 2023 11:23:42 +0100 Subject: [PATCH] UX: fix TOC header in composer preview (#54) --- common/common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/common.scss b/common/common.scss index 00e4931..e528989 100644 --- a/common/common.scss +++ b/common/common.scss @@ -216,8 +216,8 @@ a.d-toc-close { .edit-title .d-editor-preview [data-theme-toc] { background: var(--tertiary); color: var(--secondary); - border-top: 2px solid var(--secondary); position: sticky; + z-index: 1; top: 0; height: 30px; display: flex;