mirror of
https://github.com/zadam/trilium.git
synced 2025-12-27 09:44:23 +01:00
style(next): fix scrollbar appearance in code blocks
This commit is contained in:
parent
cdcfab1011
commit
99bdf33236
@ -42,14 +42,9 @@ html .note-detail-editable-text :not(figure, .include-note, hr):first-child {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.ck-content pre code::-webkit-scrollbar {
|
||||
height: 6px;
|
||||
}
|
||||
|
||||
.ck-content pre code::-webkit-scrollbar-thumb {
|
||||
height: 4px;
|
||||
border: none !important;
|
||||
background: gray !important;
|
||||
.ck-content pre code {
|
||||
--scrollbar-thumb-color: gray;
|
||||
--scrollbar-thumb-color-hover: gray;
|
||||
}
|
||||
|
||||
.ck-content pre code::-webkit-scrollbar-track,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user