From 0e9c67f754f8e05e5325c89abfccabb05d70042f Mon Sep 17 00:00:00 2001 From: Jeffrey Chen <78434827+TCOTC@users.noreply.github.com> Date: Wed, 13 Nov 2024 11:22:57 +0800 Subject: [PATCH] fix #13052 (#13090) --- app/src/assets/scss/protyle/_wysiwyg.scss | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/app/src/assets/scss/protyle/_wysiwyg.scss b/app/src/assets/scss/protyle/_wysiwyg.scss index 74c670cef..037c55def 100644 --- a/app/src/assets/scss/protyle/_wysiwyg.scss +++ b/app/src/assets/scss/protyle/_wysiwyg.scss @@ -466,8 +466,6 @@ &--select, &--hl { - --b3-parent-background: transparent !important; - &:after { background-color: var(--b3-theme-primary-lightest); position: absolute; @@ -477,16 +475,9 @@ left: 0; top: 0; border-radius: var(--b3-border-radius); + z-index: 3; pointer-events: none; } - - .table[custom-pinthead="true"] thead, - .av__row--footer, - .av__counter, - .av__row--header, - .av__colsticky { - background-color: transparent !important; - } } &--hl {