feat(core): 优化xscrollbar滚动条拖拽时的光标样式

This commit is contained in:
王立帮
2025-04-14 23:46:10 +08:00
parent 55a0001aae
commit 325d6e90dc
2 changed files with 16 additions and 8 deletions

View File

@@ -83,8 +83,4 @@ html[data-bs-theme=dark] .vertical-line,
html[data-bs-theme=dark] .drag-s-elem,
html[data-bs-theme=dark] .drag-w-elem {
background-color: rgb(8 105 170);
}
.drag-disable * {
pointer-events: none !important;
}