diff --git a/common/common.scss b/common/common.scss index 7f927f0..4ed8fc9 100644 --- a/common/common.scss +++ b/common/common.scss @@ -203,9 +203,10 @@ } } -.d-editor-preview [data-theme-toc] { +.topic .d-editor-preview [data-theme-toc] { background: $tertiary; color: $secondary; + border-top: 2px solid $secondary; position: sticky; top: 0; height: 30px;