auto-save 2026-05-14 02:41 (~4)

This commit is contained in:
2026-05-14 02:42:05 +08:00
parent 2b7eb003c4
commit 43da9378cd
4 changed files with 54 additions and 15 deletions

View File

@@ -409,3 +409,23 @@
.react-flow__node .overflow-x-auto::-webkit-scrollbar-thumb:active {
background: rgba(217, 70, 239, 0.95);
}
.react-flow__node .thumbnail-strip {
scrollbar-width: none;
overscroll-behavior-x: contain;
}
.react-flow__node .thumbnail-strip::-webkit-scrollbar {
width: 0;
height: 0;
display: none;
}
.react-flow__node .thumbnail-scroll-rail {
touch-action: none;
}
.react-flow__node .thumbnail-scroll-rail:hover > div,
.react-flow__node .thumbnail-scroll-rail:focus-visible > div {
background: rgb(216, 180, 254);
}