2018-09-06 07:36:22 -05:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
2018-09-07 07:24:33 -05:00
|
|
|
exports[`CustomScrollbar renders correctly 1`] = `
|
2018-09-06 07:36:22 -05:00
|
|
|
<div
|
2021-06-11 10:33:56 -05:00
|
|
|
className="css-12b7m5k"
|
2018-09-06 07:36:22 -05:00
|
|
|
style={
|
2022-11-24 08:00:41 -06:00
|
|
|
{
|
2018-09-06 07:36:22 -05:00
|
|
|
"height": "auto",
|
2019-01-07 04:19:44 -06:00
|
|
|
"maxHeight": "100%",
|
2019-01-26 04:04:50 -06:00
|
|
|
"minHeight": "0",
|
2018-09-06 07:36:22 -05:00
|
|
|
"overflow": "hidden",
|
|
|
|
"position": "relative",
|
|
|
|
"width": "100%",
|
|
|
|
}
|
|
|
|
}
|
|
|
|
>
|
|
|
|
<div
|
2021-01-27 10:47:24 -06:00
|
|
|
className="scrollbar-view"
|
2018-09-06 07:36:22 -05:00
|
|
|
style={
|
2022-11-24 08:00:41 -06:00
|
|
|
{
|
2023-03-30 02:47:00 -05:00
|
|
|
"WebkitOverflowScrolling": "auto",
|
2018-09-06 07:36:22 -05:00
|
|
|
"bottom": undefined,
|
|
|
|
"left": undefined,
|
|
|
|
"marginBottom": 0,
|
|
|
|
"marginRight": 0,
|
2019-01-07 04:19:44 -06:00
|
|
|
"maxHeight": "calc(100% + 0px)",
|
2019-01-26 04:04:50 -06:00
|
|
|
"minHeight": "calc(0 + 0px)",
|
2018-09-06 07:36:22 -05:00
|
|
|
"overflow": "scroll",
|
|
|
|
"position": "relative",
|
|
|
|
"right": undefined,
|
|
|
|
"top": undefined,
|
|
|
|
}
|
|
|
|
}
|
|
|
|
>
|
2018-09-06 14:52:14 -05:00
|
|
|
<p>
|
|
|
|
Scrollable content
|
|
|
|
</p>
|
2018-09-06 07:36:22 -05:00
|
|
|
</div>
|
|
|
|
<div
|
2020-04-03 03:21:15 -05:00
|
|
|
className="track-horizontal"
|
2018-09-06 07:36:22 -05:00
|
|
|
style={
|
2022-11-24 08:00:41 -06:00
|
|
|
{
|
2018-09-06 07:36:22 -05:00
|
|
|
"display": "none",
|
|
|
|
"height": 6,
|
|
|
|
"position": "absolute",
|
|
|
|
}
|
|
|
|
}
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
className="thumb-horizontal"
|
|
|
|
style={
|
2022-11-24 08:00:41 -06:00
|
|
|
{
|
2018-09-06 07:36:22 -05:00
|
|
|
"display": "block",
|
|
|
|
"height": "100%",
|
|
|
|
"position": "relative",
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
<div
|
2020-04-03 03:21:15 -05:00
|
|
|
className="track-vertical"
|
2018-09-06 07:36:22 -05:00
|
|
|
style={
|
2022-11-24 08:00:41 -06:00
|
|
|
{
|
2018-09-06 07:36:22 -05:00
|
|
|
"display": "none",
|
|
|
|
"position": "absolute",
|
|
|
|
"width": 6,
|
|
|
|
}
|
|
|
|
}
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
className="thumb-vertical"
|
|
|
|
style={
|
2022-11-24 08:00:41 -06:00
|
|
|
{
|
2018-09-06 07:36:22 -05:00
|
|
|
"display": "block",
|
|
|
|
"position": "relative",
|
|
|
|
"width": "100%",
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|