ajnart / homarr

Customizable browser's home page to interact with your homeserver's Docker containers (e.g. Sonarr/Radarr)
https://homarr.dev
MIT License
6k stars 275 forks source link

Ping indicators in board customization page are floating over the header #1997

Closed krishnamuppaneni closed 5 months ago

krishnamuppaneni commented 5 months ago

Environment

Docker

Version

No response

Describe the problem

The ping indicators in the board customization page are floating over the header while scrolling. The z-index of ping indicators is 100 which is the same as the header.

Logs

No response

Context

This is the same issue as #1401

https://github.com/ajnart/homarr/assets/4703366/fcfda968-3993-4536-8523-eb6f4998b868

Please tick the boxes

github-actions[bot] commented 5 months ago

Hi 👋. Thank you for submitting your first issue to Homarr. Please ensure that you've provided all nessesary information. You can use the three dots > Edit button to update your post with additional images and information. Depending on the current volume of requests, the team should get in conact with you shortly.

SeDemal commented 5 months ago

The indicator component from mantine seem to always be on top. We had the same problem with the indicators on the calendar a while back. (edit: you actually mentioned the issue I opened about it a while back, and you already made the PR for it. Didn't read all the way through my bad) Since it's really minor, I'll note it as "good first issue" for anyone trying to pick up on our code.