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