ajnart / homarr

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

Fix ping indicators floating above header in board customization page #1998

Closed krishnamuppaneni closed 2 months ago

krishnamuppaneni commented 2 months ago

Just started using Homarr yesterday and noticed this bug #1997

Category

Bugfix

Overview

Before fix: image

After fix: image

Issue Number

Fixes #1997 Same as #1401

SeDemal commented 2 months ago

Can you do a broad search of the code for any place that has an indicator and just fix their z-index too? Since it's already been a problem in 2 places I'm sure it's actually happening in other places too.

krishnamuppaneni commented 2 months ago

@Tagaishi I have fixed the indicator on the media request stats title, which had the same issue. Don't see it happening with App tiles and elsewhere.

krishnamuppaneni commented 2 months ago

@Tagaishi I have also increased the header's z-index to prevent other elements like the grid resize handle from floating over it.