chore: fix code block background color when nested in a collapsible block

This commit is contained in:
Aman Harwara
2023-12-15 21:28:54 +05:30
parent f1fb02c6e5
commit 5dc1a401e8

View File

@@ -100,6 +100,10 @@
overflow-x: auto; overflow-x: auto;
position: relative; position: relative;
border-radius: 0.25rem; border-radius: 0.25rem;
.Collapsible__container & {
background-color: var(--sn-stylekit-background-color);
}
} }
.Lexical__table { .Lexical__table {
border-collapse: collapse; border-collapse: collapse;