feat: 调整事件详情滑动不触发外部页面滑动
This commit is contained in:
@@ -24,10 +24,12 @@ const EventDetailScrollPanel = ({
|
||||
<Box
|
||||
pl={2}
|
||||
position="relative"
|
||||
data-detail-panel-container="true"
|
||||
sx={{
|
||||
height: '100%',
|
||||
overflowY: 'auto',
|
||||
overflowX: 'hidden',
|
||||
overscrollBehavior: 'contain',
|
||||
'&::-webkit-scrollbar': {
|
||||
width: '3px',
|
||||
},
|
||||
|
||||
@@ -75,7 +75,7 @@ const VerticalModeLayout = ({
|
||||
minWidth={0}
|
||||
overflowY="auto"
|
||||
h="100%"
|
||||
data-scroll-container="true"
|
||||
data-event-list-container="true"
|
||||
css={{
|
||||
overscrollBehavior: 'contain',
|
||||
'&::-webkit-scrollbar': {
|
||||
|
||||
Reference in New Issue
Block a user