Fixed grouped DB headings not receiving bg color

Thoroughly tested every DB view and group type and the style z-index: 84 does appear to be exclusive to this element.
This commit is contained in:
Eli 2021-12-31 18:01:59 -07:00 committed by GitHub
parent c8163ef2bd
commit 6f4774391b

View File

@ -47,7 +47,8 @@ body,
.notion-update-sidebar-tab-updates-header + .notion-scroller,
.notion-update-sidebar-tab-comments-header,
.notion-update-sidebar-tab-comments-header + div,
.notion-code-block > div > div > [style*='background: '][style$='padding-right: 105px;'] {
.notion-code-block > div > div > [style*='background: '][style$='padding-right: 105px;'],
[style*='z-index: 84'] {
background: var(--theme--bg) !important;
}
.notion-timeline-item-row + div > div > div,