Make code blocks in notes scrollable (#530)

This commit is contained in:
Sascha Ißbrücker
2023-09-10 11:24:34 +03:00
committed by GitHub
parent d9c4ddb4d7
commit b7ddee2d93

View File

@@ -210,7 +210,7 @@ ul.bookmark-list {
display: none;
max-height: 300px;
margin: $unit-1 0;
overflow: auto;
overflow-y: auto;
}
&.show-notes .notes,
@@ -249,6 +249,7 @@ ul.bookmark-list .notes-content {
padding: $unit-1 $unit-2;
background-color: $code-bg-color;
border-radius: $unit-1;
overflow-x: auto;
}
pre code {