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 %rounded;
|
||||||
@extend %code-snippet-bg;
|
@extend %code-snippet-bg;
|
||||||
|
|
||||||
overflow: auto;
|
|
||||||
padding-bottom: 0.75rem;
|
padding-bottom: 0.75rem;
|
||||||
|
|
||||||
@at-root figure#{&} {
|
@at-root figure#{&} {
|
||||||
@ -64,6 +63,9 @@ code:not([class]):not([id]) {
|
|||||||
.chroma {
|
.chroma {
|
||||||
padding-bottom: 6px;
|
padding-bottom: 6px;
|
||||||
}
|
}
|
||||||
|
.highlight {
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
} /* .highlight */
|
} /* .highlight */
|
||||||
|
|
||||||
code:not([class]):not([id]) {
|
code:not([class]):not([id]) {
|
||||||
|
Reference in New Issue
Block a user