diff --git a/src/views/Community/components/DynamicNewsCard/EventScrollList.js b/src/views/Community/components/DynamicNewsCard/EventScrollList.js index 1fb954ae..5384bb02 100644 --- a/src/views/Community/components/DynamicNewsCard/EventScrollList.js +++ b/src/views/Community/components/DynamicNewsCard/EventScrollList.js @@ -316,8 +316,10 @@ const EventScrollList = ({ overflowY="auto" h="100%" pl={2} + position="relative" css={{ overscrollBehavior: 'contain', + overflow: 'auto !important', '&::-webkit-scrollbar': { width: '1px', }, diff --git a/src/views/Community/components/DynamicNewsDetail/CollapsibleSection.js b/src/views/Community/components/DynamicNewsDetail/CollapsibleSection.js index c4a7274d..2008fd81 100644 --- a/src/views/Community/components/DynamicNewsDetail/CollapsibleSection.js +++ b/src/views/Community/components/DynamicNewsDetail/CollapsibleSection.js @@ -29,7 +29,12 @@ const CollapsibleSection = ({ title, isOpen, onToggle, count = null, children }) onToggle={onToggle} count={count} /> - + {children}