Skip to content

Commit

Permalink
fix: Comminutiy newsroom latest news section is not ui friendly.
Browse files Browse the repository at this point in the history
  • Loading branch information
jayraj175coder committed Feb 2, 2025
1 parent d055455 commit 3191aa3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/newsroom/Newsroom.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ export default function Newsroom() {
</div>

<div className='flex flex-col sm:flex-row w-full lg:w-3/4 h-auto md:h-120 bg-white shadow-lg rounded-xl overflow-hidden'>
{/* Left Content */}
<div className='relative flex w-full flex-col p-4 sm:p-6 overflow-y-auto scrollbar-hide'>
<div className='min-h-0'>
<div className='relative sm:absolute inset-0 flex items-center justify-center'>
Expand Down

0 comments on commit 3191aa3

Please sign in to comment.