auto-save 2026-05-14 02:41 (~4)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user