mirror of
https://github.com/zadam/trilium.git
synced 2025-11-17 18:50:41 +01:00
9 lines
199 B
CSS
9 lines
199 B
CSS
|
|
.scrolling-container {
|
||
|
|
overflow: auto;
|
||
|
|
scroll-behavior: smooth;
|
||
|
|
position: relative;
|
||
|
|
}
|
||
|
|
|
||
|
|
.note-split.type-code > .scrolling-container {
|
||
|
|
background-color: var(--code-background-color);
|
||
|
|
}
|