mirror of
https://github.com/TriliumNext/Trilium.git
synced 2025-12-10 03:53:37 -06:00
fix(layout): scrollbar design in code note
This commit is contained in:
parent
cae892a971
commit
a2cff42981
@ -1367,6 +1367,10 @@ body:not(.mobile) #launcher-pane.horizontal .dropdown-submenu > .dropdown-menu {
|
|||||||
background-color: var(--scrollbar-background-color);
|
background-color: var(--scrollbar-background-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
::-webkit-scrollbar-button {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
::-webkit-scrollbar-corner {
|
::-webkit-scrollbar-corner {
|
||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -6,4 +6,5 @@
|
|||||||
|
|
||||||
.note-split.type-code:not(.mime-text-x-sqlite) > .scrolling-container {
|
.note-split.type-code:not(.mime-text-x-sqlite) > .scrolling-container {
|
||||||
background-color: var(--code-background-color);
|
background-color: var(--code-background-color);
|
||||||
}
|
--scrollbar-background-color: var(--main-background-color);
|
||||||
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user