Skip to content

Commit

Permalink
tweak: code style
Browse files Browse the repository at this point in the history
  • Loading branch information
Bin-Huang committed Apr 25, 2023
1 parent db45818 commit 83df182
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -336,10 +336,8 @@ function Main() {
<MenuList
sx={{
width: '100%',
// bgcolor: 'background.paper',
position: 'relative',
overflow: 'auto',
// height: '30vh',
height: '60vh',
'& ul': { padding: 0 },
}}
Expand All @@ -351,7 +349,6 @@ function Main() {
}
component="div"
ref={sessionListRef}
// dense
>
<DndContext
modifiers={[restrictToVerticalAxis]}
Expand Down

0 comments on commit 83df182

Please sign in to comment.