gethomepage / homepage

A highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations.
https://gethomepage.dev/
GNU General Public License v3.0
17.17k stars 991 forks source link

Fix: Service tags appearing over search dropdown #3679

Closed plafreniere closed 1 week ago

plafreniere commented 1 week ago

Proposed change

Fixed a visual bug by modifying the z-index of the service widget. The search suggestions dropdown and the service widget have probably the same z-index (20) so the tags (docker status, ping, etc) (z-index of 21) appear over the dropdown.

Discussion # (https://github.com/gethomepage/homepage/discussions/3678)

Type of change

Checklist:

shamoon commented 1 week ago

This is not the correct way to make this change (it should be a a utility class) and I also cant reproduce it actually. Lets pickup the discussion for now.