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 {