Skip to content

Commit 76cf4d7

Browse files
committed
StepControl: refactor non used code
1 parent a74271c commit 76cf4d7

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

client/packages/lowcoder/src/comps/comps/selectInputComp/stepControl.tsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,6 @@ const StepsChildrenMap = {
101101

102102
let StepControlBasicComp = (function () {
103103
return new UICompBuilder(StepsChildrenMap, (props) => {
104-
105-
const ScrollWrapper = styled.div<{ $showHorizontalScroll: boolean }>`
106-
overflow-x: scroll;
107-
::-webkit-scrollbar {
108-
display: ${props => props.$showHorizontalScroll ? "block" : "none"};
109-
}
110-
`;
111-
112104
const StyledWrapper = styled.div<{ style: StepsStyleType, $animationStyle: AnimationStyleType }>`
113105
${props=>props.$animationStyle}
114106
height: 100%;

0 commit comments

Comments
 (0)