File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11.hours {
2- overflow-y : scroll ;
2+ overflow-y : auto ;
33 padding : 12px ;
44}
55
Original file line number Diff line number Diff line change 11.root {
22}
33
4+ .side-bar {
5+ overflow-y : auto ;
6+ }
7+
8+ .tasks {
9+ overflow-y : auto ;
10+ }
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ export default observer(function Projects() {
7878 return (
7979 < Layout >
8080 < Sider width = { 250 } className = "sider" >
81- < Layout style = { { padding : '12px' } } >
81+ < Layout style = { { padding : '12px' } } className = "side-bar" >
8282 < Space direction = "vertical" >
8383 < ProjectList onSelect = { handleSelectProject } />
8484 < Button onClick = { handleCreateProject } icon = { < PlusOutlined /> } >
@@ -87,7 +87,7 @@ export default observer(function Projects() {
8787 </ Space >
8888 </ Layout >
8989 </ Sider >
90- < Layout style = { { padding : '24px' } } >
90+ < Layout style = { { padding : '24px' } } className = "tasks" >
9191 < Space className = "root" direction = "vertical" >
9292 < TaskList onSelect = { handleSelectTask } />
9393 < TaskInput />
You can’t perform that action at this time.
0 commit comments