Skip to content

Commit 5f79c51

Browse files
committed
Enabled table bottom scroll
Signed-off-by: priyanshu4999 <[email protected]>
1 parent 4e7e889 commit 5f79c51

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/sections/Pricing/comparison.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ h2, h5{
6161
overflow-x: scroll;
6262
position: sticky;
6363
top: -0.5rem;
64-
scrollbar-width: thin;
6564
scrollbar-color: ${(props) => props.theme.whiteZeroThreeToBlackZeroThree}
6665
${(props) => props.theme.whiteZeroThreeToBlackZeroThree};
6766
}
@@ -72,7 +71,7 @@ h2, h5{
7271
}
7372
.price-table-body-scroll {
7473
overflow-x: scroll;
75-
scrollbar-width: none;
74+
scrollbar-width: auto;
7675
}
7776
.price-table tr:hover {
7877
background-color: ${props => props.theme.secondaryLightColor};

0 commit comments

Comments
 (0)