We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a74271c commit 76cf4d7Copy full SHA for 76cf4d7
client/packages/lowcoder/src/comps/comps/selectInputComp/stepControl.tsx
@@ -101,14 +101,6 @@ const StepsChildrenMap = {
101
102
let StepControlBasicComp = (function () {
103
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
112
const StyledWrapper = styled.div<{ style: StepsStyleType, $animationStyle: AnimationStyleType }>`
113
${props=>props.$animationStyle}
114
height: 100%;
0 commit comments