Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 76cf4d7

Browse files
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)

AltStyle によって変換されたページ (->オリジナル) /