mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-11 11:02:27 +08:00
style(next)/scrollbars: add a remark
This commit is contained in:
parent
25d83752e5
commit
66cebf4ebf
@ -714,7 +714,9 @@ input[type="range"] {
|
|||||||
--s-thumb-color: var(--scrollbar-thumb-hover-color);
|
--s-thumb-color: var(--scrollbar-thumb-hover-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Scrollbar's increment/decrement buttons (repurposed as a scrollbar start/end gap) */
|
/* Scrollbar's increment/decrement buttons (repurposed as a scrollbar start/end gap).
|
||||||
|
* This gap is useful also to avoid breaking the rounded corners of a container when a
|
||||||
|
* custom scrollbar background color is used. */
|
||||||
|
|
||||||
::-webkit-scrollbar-button:vertical {
|
::-webkit-scrollbar-button:vertical {
|
||||||
height: var(--scrollbar-start-end-gap);
|
height: var(--scrollbar-start-end-gap);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user