devsecopsmaturitymodel / DevSecOps-MaturityModel

GNU General Public License v3.0
459 stars 267 forks source link

Circular Heatmap Hidden by Team Filter Page #276

Open piyushs131 opened 4 months ago

piyushs131 commented 4 months ago

Issue Description:

When navigating to the circular heatmap page, the heatmap itself gets hidden behind the team filter page. This occurs because the team filter page is positioned above the heatmap, obstructing the view. Introducing a toggle button, similar to the navbar, would allow users to control the visibility of the team filter page. This way, users can open the team filter page when needed and still have a clear view of the circular heatmap.

Steps to Reproduce: Navigate to the circular heatmap page. Observe that the circular heatmap is hidden behind the team filter page.

Expected Behavior: The circular heatmap should be visible without any obstruction from the team filter page, allowing users to interact with it seamlessly.

Screenshot 2024-03-07 022839

piyushs131 commented 4 months ago

@wurstbrot Can I work on this issue, I will definitely submit the PR promptly