fix: restore overflow property for code blocks and apply it to highlight class
This commit is contained in:
@ -13,7 +13,6 @@ code:not([class]):not([id]) {
|
||||
@extend %rounded;
|
||||
@extend %code-snippet-bg;
|
||||
|
||||
overflow: auto;
|
||||
padding-bottom: 0.75rem;
|
||||
|
||||
@at-root figure#{&} {
|
||||
@ -64,6 +63,9 @@ code:not([class]):not([id]) {
|
||||
.chroma {
|
||||
padding-bottom: 6px;
|
||||
}
|
||||
.highlight {
|
||||
overflow: auto;
|
||||
}
|
||||
} /* .highlight */
|
||||
|
||||
code:not([class]):not([id]) {
|
||||
|
Reference in New Issue
Block a user