We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3233c3 commit 5c7036aCopy full SHA for 5c7036a
src/ui/layouts/stackComponents/Component.tsx
@@ -83,7 +83,7 @@ const Component = (props: any) => {
83
<Box
84
style={{
85
height: '75%',
86
- // width: '20%',
+ width: '20%',
87
overflow: 'hidden',
88
scrollBehavior: 'smooth',
89
overflowY: 'scroll',
0 commit comments