Skip to content

Commit

Permalink
restore ha-fab bottom calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerwyn committed Nov 14, 2024
1 parent 568bda6 commit a308b64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/common/ha_fab.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Fix add card button position */
:host {
bottom: var(--footer-height) !important;
bottom: calc(var(--footer-height) + 16px) !important;
z-index: 3 !important;
}

Expand Down
Loading

0 comments on commit a308b64

Please sign in to comment.