mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-27 18:56:09 +01:00
fix: 鼠标在 .protyle-scroll 上无法滚动文档 (#13996)
This commit is contained in:
parent
62fe949527
commit
7055e93710
1 changed files with 3 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue