Skip to content

Commit

Permalink
Fix overlay z-index for menu .
Browse files Browse the repository at this point in the history
  • Loading branch information
dermotduffy committed Sep 7, 2024
1 parent 9706da7 commit c735918
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/scss/card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -183,15 +183,15 @@ web-dialog::part(dialog) {
* Overlay styles
****************/
frigate-card-overlay {
z-index: 1;
z-index: 10;
}

/*******************
* Menu hover styles
*******************/

frigate-card-menu[data-style*='hover'] {
z-index: 4;
z-index: 20;
transition: opacity 0.5s ease;
opacity: 0;
}
Expand All @@ -205,7 +205,6 @@ frigate-card-menu[data-style*='hover']:hover,
*************************/

frigate-card-status-bar[data-style*='hover'] {
z-index: 3;
transition: opacity 0.5s ease;
opacity: 0;
}
Expand Down

0 comments on commit c735918

Please sign in to comment.