Skip to content

Commit

Permalink
Fix image popup
Browse files Browse the repository at this point in the history
Signed-off-by: m4rc3l05 <[email protected]>
  • Loading branch information
M4RC3L05 committed May 8, 2024
1 parent bb0688e commit 3c5f641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/web/views/feed-items/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export const FeedItemsIndexPage: FC<FeedItemsIndexPageProps> = ({
<main>
{feedItems.map(
(feedItem) => (
<section style="position: relative; overflow: auto" class="clearfix">
<section style="position: relative" class="clearfix">
{feedItem.img
? (
<>
Expand Down

0 comments on commit 3c5f641

Please sign in to comment.