style(next): fix scrollbar appearance in code blocks

This commit is contained in:
Adorian Doran 2025-03-27 15:41:24 +02:00
parent cdcfab1011
commit 99bdf33236

View File

@ -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,