fix: 鼠标在 .protyle-scroll 上无法滚动文档 (#13996)

This commit is contained in:
Jeffrey Chen 2025-02-03 11:58:08 +08:00 committed by GitHub
parent 62fe949527
commit 7055e93710
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,6 +10,7 @@
top: 30px;
width: 16px;
bottom: 9px; // 下图标 hover 需要留出一定的空间
pointer-events: none;
svg {
height: 16px;
@ -24,6 +25,7 @@
opacity: 0;
cursor: pointer;
color: var(--b3-border-color);
pointer-events: auto;
&:hover {
color: var(--b3-theme-on-surface);
@ -51,6 +53,7 @@
top: calc(50% - 8px);
transform: rotate(90deg);
z-index: 1;
pointer-events: auto;
.b3-slider {
width: var(--b3-dynamicscroll-width);