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