Files
Trilium/apps/client/src/widgets/containers/scrolling_container.css

9 lines
224 B
CSS
Raw Normal View History

.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);
}