Skip to content

Commit df8b56f

Browse files
committed
fix: canvas horizontal scrolling
1 parent 3d163aa commit df8b56f

File tree

1 file changed

+1
-1
lines changed
  • shesha-reactjs/src/components/sidebarContainer/styles

1 file changed

+1
-1
lines changed

shesha-reactjs/src/components/sidebarContainer/styles/styles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ export const useStyles = createStyles(({ css, cx, prefixCls }) => {
167167
width: 100%;
168168
display: flex;
169169
flex-direction: column;
170-
overflow: hidden;
170+
overflow: auto;
171171
height: calc(100vh - 100px);
172172
173173
&::not(.no-padding) {

0 commit comments

Comments
 (0)