admin: nicer
Massimo Melina committed
Sep 6, 2023 at 23:35 UTC
57aea4093aa40e7b0f1cf1d0343b3ccb24885d3c
1 file changed
+1
-1
admin/src/MainMenu.ts
+1
-1
@@ -62,7 +62,7 @@ export default function Menu({ onSelect }: { onSelect: ()=>void }) {
62
return h(Box, { display: 'flex', flexDirection: 'column', bgcolor: 'primary.main', minHeight: '100%', },
63
h(List, {
64
sx:{
65
- pr: 1, color: 'primary.contrastText',
65
+ pr: 1, py: 0, color: 'primary.contrastText',
66
height: '100vh', boxSizing: 'border-box', // grow as screen permits, so we know the extra space for the logo
67
overflowY: 'auto', // ...and account for clipping
68
position: 'sticky', top: 0, // be independent (scrolling-wise)