Skip to content

Commit 77d565c

Browse files
authored
add a prop to make the scrollbar visible always (#133)
1 parent 5d882d8 commit 77d565c

19 files changed

Lines changed: 87 additions & 33 deletions

dist/index.es.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.es.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.umd.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.umd.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/src/customScroll.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ interface CustomScrollProps extends PropsWithChildren {
1212
rtl?: boolean;
1313
scrollTo?: number;
1414
keepAtBottom?: boolean;
15+
alwaysVisible?: boolean;
1516
className?: string;
1617
}
1718
interface CustomScrollState {

dist/src/example/demoComp.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
interface DemoCompProps {
2-
demoType: "compare-with-native" | "crazy-designer" | "flex" | "dynamic-content" | "allow-outer-scroll";
2+
demoType: "compare-with-native" | "crazy-designer" | "flex" | "dynamic-content" | "allow-outer-scroll" | "keep-scroll-visible";
33
descriptionSide: "left" | "right";
44
testId?: string;
55
}

exampleDist/assets/index-B1KVCYZb.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)