Skip to content

Commit

Permalink
fix: Do not show menu icons on top of other unrelated HA content
Browse files Browse the repository at this point in the history
  • Loading branch information
dermotduffy committed Oct 5, 2024
1 parent b5c2f00 commit 06b18ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/scss/card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
--frigate-card-expand-aspect-ratio: unset;

--frigate-card-height: auto;

// Baseline z-index, creates a fresh stacking context for the card.
// See: https://github.com/dermotduffy/frigate-hass-card/issues/1613
z-index: 0;
}

frigate-card-loading {
Expand Down

0 comments on commit 06b18ee

Please sign in to comment.