DEV Community

Cover image for ๐Ÿงฉ Two Minor UI Glitches I Came Across on DEV ๐Ÿ™‚
MUHAMMAD USMAN AWAN
MUHAMMAD USMAN AWAN

Posted on

๐Ÿงฉ Two Minor UI Glitches I Came Across on DEV ๐Ÿ™‚

๐Ÿงฉ Two Minor UI Glitches I Came Across on DEV

Hey folks ๐Ÿ‘‹

As a front-end developer (and a regular DEV community reader), I love exploring different sections of the platform โ€” not just for the content, but also to see how beautifully Forem has built this space for developers.

While browsing around recently, I noticed a couple of small UI inconsistencies that caught my eye. Nothing major, but I figured itโ€™d be helpful to report them โ€” both as part of the community and as someone who appreciates great UX. So, I opened GitHub issues on the Forem repository to share them with the team.

Hereโ€™s a quick overview of what I found ๐Ÿ‘‡

๐ŸชŸ 1. Modal Overlaps Side Menu on Smaller Screens

Where it happens: On the Advertise page, when you open the โ€œView Sponsorship Overviewโ€ modal.

First issue

๐Ÿง  What I noticed

When I triggered the modal on smaller screens (or mobile view in dev tools), the modal didnโ€™t fully overlay the content. Instead, it overlapped awkwardly with the side navigation menu โ€” rather than centering and blocking the background as modals typically should.

๐Ÿงญ Steps to reproduce

  1. Go to the Advertise section on DEV.
  2. Click View Sponsorship Overview.
  3. Switch to mobile view in dev tools.
  4. Youโ€™ll notice the modal and sidebar overlap visually.

โœ… Expected behavior

The modal should overlay all other content โ€” including the sidebar โ€” and remain centered on screen without any layout clipping or overlap.

๐Ÿ’ป Environment

  • OS: macOS Sequoia 15.6.1
  • Browser: Chrome 141.0.7390.55

๐Ÿ“น Demo

๐Ÿ’ฌ 2. Likes Button & Tooltip Glitch After Replying to a Comment

Where it happens: On your own post, after replying to a comment.

second issue

๐Ÿง  What I noticed

When replying to a comment on my own post, the Likes button suddenly becomes semi-transparent (as if its opacity drops). Even more interestingly, the tooltip that says โ€œLikesโ€ gets rendered behind the new reply โ€” so you canโ€™t really see it until you refresh the page.

After a reload, everything looks completely normal again.

๐Ÿงญ Steps to reproduce

  1. Open your own post.
  2. If needed, add a comment first.
  3. Reply to that comment.
  4. Observe that the Likes button becomes faded and its tooltip is hidden behind the reply section.
  5. Refresh the page โ€” and itโ€™s all fixed!

โœ… Expected behavior

The Like button should stay fully visible with its tooltip layered correctly above replies, even right after submitting a comment.

๐Ÿ’ป Environment

  • OS: macOS Sequoia 15.6.1
  • Browser: Chrome 141.0.7390.108

๐Ÿ’ก Possible cause

It might be related to how the DOM re-renders after posting a reply โ€” maybe the styles or z-index values for that component arenโ€™t being reset when the comment section updates dynamically.

๐Ÿ–ผ๏ธ Screenshot

๐Ÿ’š Why I Reported These

I didnโ€™t come across these while actively โ€œbug huntingโ€ โ€” just while using the platform normally. Since I really value how much Forem and the DEV community focus on creating a smooth developer experience, I thought it was worth pointing out these small quirks.

Reporting issues like these is a great way to contribute back, even in small ways, and help the platform stay polished and accessible for everyone.

Kudos to the Forem team for maintaining such an awesome open-source community ๐Ÿ™Œ

Top comments (4)

Collapse
 
lovestaco profile image
Athreya aka Maneshwar

UI in mobile screens is always difficult :(
You can create an issue here github.com/forem/forem

Collapse
 
usman_awan profile image
MUHAMMAD USMAN AWAN

Thank you, I already have created the issue there ๐Ÿ™‚

Some comments may only be visible to logged-in visitors. Sign in to view all comments.