chore: fix code block background color when nested in a collapsible block
This commit is contained in:
@@ -100,6 +100,10 @@
|
||||
overflow-x: auto;
|
||||
position: relative;
|
||||
border-radius: 0.25rem;
|
||||
|
||||
.Collapsible__container & {
|
||||
background-color: var(--sn-stylekit-background-color);
|
||||
}
|
||||
}
|
||||
.Lexical__table {
|
||||
border-collapse: collapse;
|
||||
|
||||
Reference in New Issue
Block a user