feat: 纵向详情列表高度控制
This commit is contained in:
@@ -25,10 +25,10 @@ const EventDetailScrollPanel = ({
|
|||||||
pl={2}
|
pl={2}
|
||||||
position="relative"
|
position="relative"
|
||||||
sx={{
|
sx={{
|
||||||
height: '100% !important',
|
height: '100%',
|
||||||
maxHeight: '800px !important',
|
maxHeight: '1200px',
|
||||||
overflowY: 'scroll !important',
|
overflowY: 'auto',
|
||||||
overflowX: 'hidden !important',
|
overflowX: 'hidden',
|
||||||
'&::-webkit-scrollbar': {
|
'&::-webkit-scrollbar': {
|
||||||
width: '3px',
|
width: '3px',
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user