We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e7e889 commit 5f79c51Copy full SHA for 5f79c51
src/sections/Pricing/comparison.js
@@ -61,7 +61,6 @@ h2, h5{
61
overflow-x: scroll;
62
position: sticky;
63
top: -0.5rem;
64
- scrollbar-width: thin;
65
scrollbar-color: ${(props) => props.theme.whiteZeroThreeToBlackZeroThree}
66
${(props) => props.theme.whiteZeroThreeToBlackZeroThree};
67
}
@@ -72,7 +71,7 @@ h2, h5{
72
71
73
.price-table-body-scroll {
74
75
- scrollbar-width: none;
+ scrollbar-width: auto;
76
77
.price-table tr:hover {
78
background-color: ${props => props.theme.secondaryLightColor};
0 commit comments