diff --git a/src/renderer/src/assets/styles/scrollbar.scss b/src/renderer/src/assets/styles/scrollbar.scss index 8e73054c38..cfe3497a18 100644 --- a/src/renderer/src/assets/styles/scrollbar.scss +++ b/src/renderer/src/assets/styles/scrollbar.scss @@ -24,6 +24,7 @@ body[theme-mode='light'] { } ::-webkit-scrollbar-thumb { + cursor: pointer; border-radius: 10px; background: var(--color-scrollbar-thumb); &:hover { @@ -32,6 +33,7 @@ body[theme-mode='light'] { } pre:not(.shiki)::-webkit-scrollbar-thumb { + cursor: pointer; border-radius: 0; background: rgba(0, 0, 0, 0.08); &:hover {